Event logs are runtime data, not source code. Also adds mem compact command and browser-use + memory-service knowledge.
19 lines
235 B
Plaintext
19 lines
235 B
Plaintext
# Rust build artifacts
|
|
target/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Vault (projections and indexes)
|
|
vault/
|
|
|
|
# Do NOT ignore these - they are authoritative:
|
|
log/
|
|
# tasks/ - Task board and acceptance criteria
|
|
CLAUDE.md
|