.git
.gitignore
__pycache__
*.pyc
.pytest_cache
.mypy_cache
.ruff_cache
.venv
venv
.env
.env.*
tests/
*.md
.DS_Store
.claude
htmlcov/
coverage.xml
.coverage
dist/
build/
*.egg-info
