.git
.gitignore
.env
.env.*
__pycache__
*.pyc
*.pyo
.pytest_cache
.ruff_cache
.mypy_cache
dist/
build/
*.egg-info
.venv
.uv
node_modules
.claude
docs/
tests/
*.md
!README.md
.github
