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

# Environment (NEVER commit secrets)
.env
.env.local
.env.*.local
!.env.example
!.env.production.example

# Node
node_modules/
web/dist/

# Database
*.db
*.sqlite3

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

# OS
.DS_Store
Thumbs.db

# Deployment-specific
nginx/

# Internal
PLAN.md
RESEARCH.md
TEST_PLAN.md
scripts/
