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

# Tooling
.tox/
.nox/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Django
*.sqlite3
*.sqlite3-journal
*.sqlite3-wal
*.sqlite3-shm
media/
staticfiles/
local_settings.py

# Environment
.env
.env.*
!.env.example

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

# Node (e2e driver only)
node_modules/

# e2e run output
e2e/RESULTS.md
e2e/artifacts/
