amduat-api/.gitignore
2026-02-07 20:11:15 +01:00

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/