# Byte-compiled / optimized / cache
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/

# Distribution / packaging
build/
dist/
wheels/
*.egg

# Virtual environments
.venv/
venv/
env/
ENV/

# Test / coverage
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Django
*.sqlite3
db.sqlite3

# Type checkers
.mypy_cache/

# IDEs / OS
.idea/
.vscode/
*.swp
.DS_Store
