# 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/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Distribution
*.whl
*.tar.gz
*.vsix

# 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

# Auto-generated agent guidance block (written by `djobs install-mcp` / `init`).
# It is generated per-workspace, not shipped from this repo.
.github/copilot-instructions.md

# Skill evaluation harness (local-only). Generated by the Chat Customizations
# Evaluations extension and pinned to a specific model; it is a dev test rig,
# not part of the shipped package. The SKILL.md itself stays tracked.
.github/skills/*/evals/

# Stray local tags / desktop sync archives
*.zip
