# system directories
.github
.vscode
.venv
.pytest_cache
.ruff_cache
.git
.gitignore
.config
.coverage
.gitignore
.pytest.ini
.dockerignore
.pre-commit-config.yaml
.cursor
.cursorrules

# install directory
installation
charts

# test code directories
k6
test
tests
dist
htmlcov

# python cache directories
**/__pycache__/
**/*.pyc
**/*.pyo

# etc
app.log
image-btp.sh
# README.md # This file is required for the project install because it is referenced in pyproject.toml
.env.example

