Extracted from the homelab monorepo (git subtree split of services/ai-agent, full history preserved). Ticks the 'publish as a standalone repo' box in GOAL.md. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
276 B
Plaintext
19 lines
276 B
Plaintext
# Runtime state (SQLite store, transcript archive, ui-state, cron jobs)
|
|
data/
|
|
|
|
# Secrets / local env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
|
|
# Node (frontend/ has its own .gitignore for node_modules + dist)
|
|
node_modules/
|
|
|
|
# Agent working artefacts
|
|
.ai/
|