approved-tasks.json, dashboard/status.json, anaf-monitor/monitor.log are auto-modified by background processes (heartbeat, cron jobs, ANAF monitor). Untracking them stops the noisy "auto-commit from dashboard" churn. Files stay on disk; readers (router._load_approved_tasks etc.) already handle missing files by returning empty defaults. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
32 lines
414 B
Plaintext
32 lines
414 B
Plaintext
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.egg-info/
|
|
sessions/
|
|
logs/
|
|
memory/*
|
|
!memory/kb/
|
|
memory/kb/*.sqlite
|
|
*.sqlite
|
|
.env
|
|
*.secret
|
|
.DS_Store
|
|
*.swp
|
|
bridge/whatsapp/node_modules/
|
|
bridge/whatsapp/auth/
|
|
.vscode/
|
|
.idea/
|
|
credentials/
|
|
.claude/
|
|
*.pid
|
|
memory.bak/
|
|
.use_openrouter
|
|
.gstack/
|
|
|
|
# Runtime state — auto-modified by dashboard/cron/heartbeat
|
|
approved-tasks.json
|
|
dashboard/status.json
|
|
tools/anaf-monitor/monitor.log
|