Files
Adriano 726984e4f1 chore: gitignore .claude/ session artifacts
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 11:42:28 +00:00

45 lines
615 B
Plaintext

# 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
# Override locale compose (specifico macchina, fix daemon vecchi, ecc.)
docker-compose.local.yml
# Claude Code session artifacts (locali, non versionati)
.claude/