# Environment variables — NEVER commit secrets
.env

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/
*.egg

# mypy cache
.mypy_cache/
.dmypy.json

# ruff cache
.ruff_cache/

# pytest cache
.pytest_cache/
.coverage
htmlcov/

# VS Code
.vscode/*
!.vscode/git_commit_guide.md
!.vscode/mcp.json.example
!.vscode/settings.json

# OS
.DS_Store
Thumbs.db

# MCP configuration
.mcp.json
