# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.egg-info/
build/
dist/
.coverage
htmlcov/
.venv/
.venv-v2/

# Secrets
secrets/*
!secrets/.gitkeep

# Data
data/
services/*/build/
services/*/dist/
services/*/.pytest_cache/
services/*/*.egg-info/

# IDE
.vscode/
.idea/
*.swp

# Environment files — keep only .example tracked
*.env
!*.env.example
config/*.env
!config/*.env.example
.omc/

# MCP config con token (solo .example tracciato)
.mcp.json
