.git
__pycache__
*.pyc
*.pyo
.venv
venv
dist/
build/
*.egg-info
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
docs/
tests/
examples/
scripts/
.github/
*.md
!README.md
.env
.env.*
!.env.example
