# ---- Python ----
__pycache__/
*.py[cod]
*$py.class
*.egg
*.egg-info/
dist/
build/
*.whl

# ---- Virtual environments ----
.venv/
venv/
env/

# ---- Environment / secrets ----
.env
.env.*
!.env.example

# ---- Django ----
*.sqlite3
db.sqlite3
staticfiles/
media/
*.log

# ---- Testing / coverage ----
.coverage
.coverage.*
htmlcov/
.pytest_cache/
coverage.xml
*.cover

# ---- Linting / formatting ----
.ruff_cache/
.mypy_cache/

# ---- IDE ----
.idea/
.vscode/
*.swp
*.swo
*~

# ---- OS ----
.DS_Store
Thumbs.db

# ---- Docker ----
# Keep Dockerfile and docker-compose.yml tracked

# ---- Build / docs output ----
site/
topdownrbac/_version.py

# ---- Dumps ----
dump.json

# ---- Mutants specific ----
mutants/