# Rust build artifacts
/target
debug/
target/

# Cargo lock file (uncomment for applications, keep for libraries)
# Cargo.lock

# Backup files
**/*.rs.bk
*.pdb

# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# OS generated files
Thumbs.db
.Spotlight-V100
.Trashes

# Package/release files
*.crate
/package

# Documentation build
/doc

# Flycheck (Emacs/Rust linter)
/flycheck*

# Environment variables
.env
.env.local
