# Project docs (not versioned)
sdd-dashboard-prd.md
user-stories.md

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Ruff / linters
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp

# Frontend (Phase 4+)
node_modules/
frontend/dist/
frontend/tsconfig.app.tsbuildinfo
frontend/tsconfig.node.tsbuildinfo

# Claude local settings
.claude/
.atl/
