# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyre/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml

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

# Build and packaging artifacts
build/
dist/
*.egg-info/
.eggs/
*.egg

# maco generated/runtime workspace
.maco/
gateway.json

# Local environment and editor files
.env
.env.*
!.env.example
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Logs and temporary files
*.log
*.tmp
*.bak

# Example runtime artifacts
examples/**/.maco/
examples/**/scratch/
examples/**/maco-serve-mcp/
