clawdie-ai/.gitignore
Mevy Assistant 295178c173 docs(harness): mark checks complete (Sam & Codex)
- Update HARNESS-VALIDATION-HANDOFF with latest branch and completed items
- Document default budget allocation split
- Remove extra blank line in .gitignore

---
Build: pass | Tests: pass — 1683 passed (104 files)
2026-04-21 23:48:34 +02:00

84 lines
1.4 KiB
Text

# Dependencies
node_modules/
.npm-cache/
# Build output
dist/
# Local data & auth
store/
data/
logs/
tmp/
# Groups - only track base structure and specific AGENT.md files
groups/*
!groups/main/
!groups/global/
groups/main/*
groups/global/*
!groups/main/AGENT.md
!groups/global/AGENT.md
# Secrets
*.keys.json
.env
# OS
.DS_Store
# Python
__pycache__/
*.pyc
.venv-edge-tts/
# IDE
.idea/
.vscode/
# Skills system (local per-installation state)
.nanoclaw/
# Runtime-generated state (changes every 30 min)
/HEARTBEAT.md
# Large binaries and examples — live outside main repo
assets/
examples/
.web-staging/
agents-sdk-docs
# Encrypted storage (secrets, API keys)
encrypted/
# Local operator bootstrap state
infra/ansible/files/controlplane_operator.pub
# Generated operator dashboard (never commit)
/html/dashboard/
# Phase 3: Documentation sync (generated HTML, never commit)
# Markdown is source, HTML is built artifact
html/docs-clawdie-si/docs-v*/
html/docs-clawdie-si/docs-current
html/osa/en-v*/
html/osa/de-v*/
html/osa/hr-v*/
html/osa/sr-v*/
html/osa/ba-v*/
html/osa/*-current
# Cron sync artifacts
/tmp/
/tmp/clawdie-docs-sync.lock
/var/log/clawdie-docs-sync.log
# Operator screenshots (served via nginx, not versioned)
/html/clawdie/screenshots/
# Local ISO build artifacts
/html/clawdie/iso/
# Astro documentation build artifacts (generated by npm run build → rsync deploy)
/html/clawdie/docs/
# Local helper scripts
/run-clawdie-hostd.sh
run-*.sh
.aider*