Update submodules with temp storage shelf functionality. Add _is_temp_storage_location() helper, temp_stored status, and UI support for B-prefix location codes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
22 lines
177 B
Plaintext
22 lines
177 B
Plaintext
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
CargoTrace.code-workspace
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Project specific
|
|
*.log
|
|
.env
|
|
.env.local
|
|
|
|
# AI Agents
|
|
.claude/
|
|
.sisyphus/
|
|
.agents/
|
|
|
|
tmp/ |