# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env
*.env
pip-wheel-metadata/
*.whl
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
htmlcov/
.coverage
coverage.xml
*.cover

# Node / Web
web/node_modules/
web/dist/
web/.vite/
node_modules/

# Build output (frontend compiled into package)
git_context/web/static/

# OS
.DS_Store
Thumbs.db
desktop.ini

# IDE
.idea/
.vscode/

# Claude Code local settings
.claude/settings.local.json
*.swp
*.swo

# Docker
.dockerignore

# Temp dirs created by the tool itself
/tmp/git-context-*/
