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

# Django
*.log
local_settings.py
db.sqlite3
staticfiles/

# Environment
.env
.env.local

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

# Test artifacts
.coverage
.coverage.*
htmlcov/
.pytest_cache/

# macOS
.DS_Store

# Tailwind CLI binary
tailwindcss
/node_modules/
/.env.example
/CLAUDE.md
/DEPLOY.md
/migrate_to_english.py
/SECURITY_AUDIT.md
/_bmad/
/.claude/
.mcp.json
.aidesigner/*
!.aidesigner/.gitkeep

# Visual audit artifacts (transient — screenshots and seed scripts)
/_bmad-output/test-artifacts/screenshots/
/_bmad-output/test-artifacts/seed_visual_test_data.py
