# Python (anchored to repo root: the package intentionally ships
# django_adminlte4/static/adminlte/dist/, which must NOT be ignored)
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
/build/
/dist/
.venv/
venv/

# Django
*.sqlite3
staticfiles/
db.sqlite3

# Secrets / local env (.env.example is committed)
.env

# Node / Vite
node_modules/
**/assets/dist/
.vite/

# OS / editors
.DS_Store
*.map
.idea/
.vscode/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# MkDocs build output
site/
