# Build artifacts
/target/
**/*.rs.bk

# Cargo lock is committed for binary crates (remove this line for libraries)
Cargo.lock

# Environment and secrets
.env
.env.*

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Debug
*.pdb
.claude/worktrees/
