# Backup files (rely on git history instead) *.bak *.bak.* # Runtime artifacts watcher_heartbeat dreamer_state.json corpus_integrity_report.json watcher_state.json watcher_status.json # Logs (these belong in /var/log/) *.log # Python artifacts __pycache__/ *.pyc *.pyo *.pyd .pytest_cache/ *.egg-info/ # Virtual environment venv/ .venv/ # Environment and secrets .env .env.local .env.*.local # Editor and OS cruft .vscode/ .idea/ *.swp *.swo .DS_Store Thumbs.db # Local data not for repo db/ embeddings/ experiments/summary_embeddings_cache.json # Aaron AI runtime data (personal, do not commit) conversations.db sessions.db memory.md settings.json