.git/
.github/
venv/
.venv/
__pycache__/
*.pyc
*.pyo
.env
.envrc
dist/
build/
*.egg-info/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.claude/
docs/dev/
notebooks/
.devcontainer/
*.md
!README.md
