.git
.venv
.github
__pycache__
*.py[cod]
*.egg-info
dist/
build/
tests/
docs/
docs_build/
.mypy_cache
.ruff_cache
.pytest_cache
*.md
!README.md
.env*
