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

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

# CodeBuddy
.codebuddy/

# OS
.DS_Store
Thumbs.db

# Project data (keep locally, exclude from repo)
inputs/
outputs/
output
skills/

# Test / cache
.pytest_cache/
*.egg
