08acbeecad
Prevent Claude Code session files, worktrees, and settings from being accidentally committed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Stan Grams <sjg@haxx.space>
30 lines
217 B
Plaintext
30 lines
217 B
Plaintext
# Rust
|
|
/target/
|
|
**/*.rs.bk
|
|
Cargo.lock
|
|
|
|
# IDEs/Editors
|
|
/.idea/
|
|
/.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Coverage/Bench
|
|
*.profraw
|
|
*.lcov
|
|
coverage/
|
|
benchmarks/
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
|
|
# Claude Code
|
|
.claude/
|