mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
These are local tool data directories (Sidecar) that should not be tracked. Added both to .gitignore to prevent future accidents. Co-authored-by: Claude Opus 4.6 <[email protected]>
19 lines
194 B
Plaintext
19 lines
194 B
Plaintext
|
|
.env
|
|
.env.local
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Claude Code worktrees
|
|
.claude/worktrees/
|
|
|
|
# Sidecar tool data
|
|
.sidecar/
|
|
.todos/
|
|
|
|
target/
|
|
|
|
# WASM build artifacts (loaded from disk, not bundled)
|
|
*.wasm
|
|
|