# Rust build artifacts
/target/
**/*.rs.bk

# Cargo lock is committed for binary crates, but this is a library
# Keep it committed per Cargo recommendation for reproducible builds
# Cargo.lock

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

# OS
.DS_Store
Thumbs.db

# Environment
.env

# Claude Code
CLAUDE.md
