.git/
.github/
.venv/
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.coverage*
coverage.xml
htmlcov/
tests/
docs/
.entire/
.claude/
*.md
!README.md
!LICENSE
.env
.env.*
/data/
/secrets/
*.sqlite
*.sqlite-*
.pre-commit-config.yaml
.python-version
