23 lines
253 B
Plaintext
23 lines
253 B
Plaintext
# Local daemon/store runtime state
|
|
.amduat-asl/
|
|
amduatd.sock
|
|
.cursor
|
|
|
|
# Local configuration overrides
|
|
config/env.local
|
|
|
|
# Logs and temp files
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
*~
|
|
|
|
# Test/runtime artifacts
|
|
/tmp/
|
|
|
|
# OS/editor metadata
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|