# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
*.manifest
pip-log.txt
pip-delete-this-directory.txt

# Virtual environments
venv/
env/
ENV/
.venv/
.uv/

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.lcov

# Type checkers & linters
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
.pytype/
pyrightconfig.json

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# Documentation builds
site/
docs/_build/

# IDE and editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# Output and logs
output/
logs/
*.log
*.tmp

# OS
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini

# Vercel (local link; use `vercel link` — IDs are account-specific)
.vercel/

# MCP and local config
.mcp/
.env
.env.local
.env.*.local
!.env.example
.claude
.gemini
# Cursor IDE: ignore local config except tracked mirror skill (CI tests)
.cursor/*
!.cursor/skills/
!.cursor/skills/uml-mcp-diagrams/
!.cursor/skills/uml-mcp-diagrams/SKILL.md

# Distribution / packaging
*.whl
*.tar.gz

# Local development
local/
tmp/
temp/
.cache/
