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

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
*.env.local

# Data
*.db
*.sqlite3
/data/

# Internal design docs (not for public)
DESIGN.md
TAD.md
CLAUDE.md
docs/

# Lock files (library, not an application)
uv.lock
