.git
.gitignore
.venv
venv
__pycache__
*.pyc
.mypy_cache
.ruff_cache
.pytest_cache
.coverage
htmlcov
dist
build
*.egg-info
.env
.env.*
!.env.example
docker-compose.override.yml
docs
specs
reviews
tests
*.md
!README.md
