# Python __pycache__/ *.py[cod] *$py.class .venv/ venv/ *.egg-info/ .pytest_cache/ # Environment / secrets — NEVER commit .env .env.* !.env.example *.key *.pem *.p12 # n8n imports working copy (regenerated from integrations/n8n/) imports/*.json # Generated brief HTML (output of the pipeline) — tracked only in VPS webroot brief-output/ *.published.html # Editor .vscode/ .idea/ .DS_Store # Logs *.log