# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
*.egg

# OS
.DS_Store
__MACOSX/

# Baidu cloud temp files
*.baiduyun.uploading.cfg

# IDE
.vscode/
.idea/

# Environment
.env
*.env.local

# Runtime data
runs/
var/
captures/
/sources/
skills/by-skill/
skills/by-source/
dist/

# Bundle files (hosted on HuggingFace, not in git)
bundles/

# Generated artifacts
AUTO_REVIEW.md
REVIEW_STATE.json
README.log
demo.tape
.claude/skills/

# SQLite WAL/SHM files
*.sqlite-wal
*.sqlite-shm
