Files
Ombre_Brain/.gitignore
P0luz cddc809f02 chore(gitignore): exclude private memory data and dev test suites
- data/ : local user memory buckets (privacy)
- tests/integration/, tests/regression/, tests/unit/ :
  developer-only test suites kept out of upstream
2026-04-21 19:05:22 +08:00

22 lines
247 B
Plaintext

__pycache__/
*.pyc
*.pyo
.env
.venv/
.claude/settings.local.json
.claude/hooks/__pycache__/
.vscode/
config.yaml
buckets/
*.log
server.log
plan.md
scarp_paper
backup_*/
*.db
import_state.json
data/
tests/integration/
tests/regression/
tests/unit/