# Python
*.pyc
*~
*.swo
*.swp
__pycache__/
*.py[cod]
*$py.class

# Django
db.sqlite3
*.log
media/
media-images/
cache/
static/CACHE
staticfiles/
celerybeat-schedule
local_settings.py
.env
server.log
dump.rdb

# Virtual Environment
env/
venv/
.venv/
ENV/

# Python build artifacts
dist/
build/
*.egg-info/
*.egg

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

# Testing
.coverage
.pytest_cache/
htmlcov/
coverage.xml

# Linter / type checker caches
.ruff_cache/
.mypy_cache/
coverage-badge.svg

# Documentation
docs/build/
# MkDocs build output
site/

# Node.js / Frontend
frontend/node_modules/
frontend/.svelte-kit/
frontend/build/
frontend/.env
frontend/.env.local
frontend/package-lock.json

# Logs
logs/
*.log

# Docker local overrides
.env.docker.local

# OS
.DS_Store
Thumbs.db

openapi.json
.mcp.json
CLAUDE.md
TODO.md
.playwright-mcp
.superpowers/
