# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage

# Node (web/)
node_modules/
.next/
out/

# env files
.env*
!.env.example

# misc
.DS_Store
*.pem

# mcp
.mcp.json
