# Rust build artifacts
/target
/debug/
target/

# Cargo lock is included for binary projects
# Remove this line if you're building a library
# Cargo.lock

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

# OS files
.DS_Store
Thumbs.db

# Backup files
*.bak
*.backup