# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/

# Build / distribution
build/
dist/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/

# Django / Demo
*.log
*.sqlite3
*.sqlite3-journal
demo/

# Tooling / caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editors / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
