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

# Project runtime
*.db
*.sqlite
*.json.bak
data/

# Config with secrets
config/config.yaml
config/config-*.yaml
!config/config.example-*.yaml

# Claude Code local settings (only local overrides, not project config)
.claude/settings.local.json

# Internal session workflow (Italian, references private status/ST-*.md)
.claude/commands/
.claude/skills/

# IDE
.vscode/
.idea/
*.suo
*.user

# Reference material (internal, not for GitHub)
reference/

# Project status (internal, not for GitHub)
STATUS.md
/status/

# Enterprise layer instructions — proprietario Impresoft 4ward, mai su GitHub
CLAUDE-ENTERPRISE.md

# OS
Thumbs.db
desktop.ini

# Logs
logs/
*.log

# Local API key wrappers (contain credentials or DPAPI-encrypted key file)
mcp-remote-live.bat
.legacymcp-key

# Client deployment-specific files (generated by Setup or deployment-specific)
client/certs/

# Installer logs
!installer/logs/
installer/logs/*.log
