- data/ : local user memory buckets (privacy) - tests/integration/, tests/regression/, tests/unit/ : developer-only test suites kept out of upstream
22 lines
247 B
Plaintext
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/
|