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

# Secrets
secrets/*
!secrets/.gitkeep

# Data
data/

# Per-service artifacts
services/*/build/
services/*/dist/
services/*/.pytest_cache/
services/*/*.egg-info/
services/*/.venv/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Environment — solo .example tracciati
.env
*.env
!*.env.example
!.env.example

# MCP config con token — solo .example tracciato
.mcp.json
