.git
.github
.claude
.cursor
.venv
.env
.env.*
!.env-example
logs
*.log
coverage.*
.coverage
htmlcov
.pytest_cache
.mypy_cache
.ruff_cache
__pycache__
*.pyc
dist
build
*.egg-info
# test code and tooling config are not needed at build/runtime
tests/
*.md
!README.md
Makefile
docker-compose.yaml
docker/prometheus/prometheus.yml
docs/
