.venv/
venv/
env/

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

dist/
build/
*.egg-info/

.pytest_cache/
.coverage
htmlcov/

.vscode/
.idea/

# Documentation
site/

# Django
db.sqlite3
*.log

# Type Checking / Linting
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
