__pycache__/
*.py[cod]
*$py.class

.venv/
venv/

build/
dist/
*.egg-info/

.coverage
coverage.xml
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/

.env
.env.*
.DS_Store
Thumbs.db
