# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
*.spec
.env
.env.*

# Node (examples/express-api, examples/nestjs-api)
node_modules/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.mypy_cache/
.ruff_cache/

# MkDocs build output (the docs/ *source* is tracked; only the built site is ignored)
site/

# postman-mcp runtime artifacts (also added by `init`)
.postman-mcp.secret
postman-mcp.json

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
