# Ignore the target directory
/target/

# Ignore the Cargo lock file for libraries
Cargo.lock

# Ignore temporary files generated by editors/IDEs
**/*.rs.bk
*.swp
*.swo
.idea/
.vscode/
*.log
*.tmp

# Ignore files related to debugging
*.dSYM/
*.stackdump
core

# Ignore OS-specific files
.DS_Store
Thumbs.db
