.git/
.github/
.venv/
venv/
env/
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.coverage
htmlcov/
.pytest_cache/
.ruff_cache/
.mypy_cache/
tests/
*.yaml
*.yml
!pyproject.toml
.DS_Store
Thumbs.db
