# Rust build artifacts
/target/

# Cargo.lock for libraries
# Comment this line if you're building an executable, not a library
Cargo.lock

# Backup files generated by rustfmt
**/*.rs.bk

# Debug symbols file
*.pdb

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Optional: Uncomment if you use criterion for benchmarking
# /benches/target/