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

# Virtual environment
.venv/

# SQLite databases
*.db
*.sqlite
*.sqlite3

# IDE
.vscode/*
!.vscode/mcp.json
!.vscode/settings.json

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.*

# Test / coverage
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Ruff
.ruff_cache/

# Distribution
*.whl
*.tar.gz

# VS Code extension build artifacts
vscode-ext/node_modules/
vscode-ext/out/
vscode-ext/*.vsix

# Internal docs (Chinese, not for public repo)
docs/ROADMAP.md
docs/HANDOFF.md
docs/IMPLEMENTATION_NOTES.md
docs/ARCHITECTURE.md
docs/FAILURE_MODES.md
docs/LAUNCH_KIT.md

# Personal / internal scratch notes (never publish)
AI_feedback.md
*_feedback.md
*.local.md
NOTES.md
