.git
.github
.env
.env.*
!.env.example
.venv
__pycache__
*.pyc
*.pyo
.pytest_cache
.mypy_cache
.ruff_cache
.coverage
htmlcov
dist
*.egg-info
docs
tests
*.md
!README.md
!LICENSE
.pre-commit-config.yaml
.gitignore
