Files
ai-agent/.gitignore
Gabriel Vidal 47e536cdd9 docs: standalone repo scaffolding — README + .gitignore
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>
2026-08-06 13:18:15 +02:00

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/