# Generated by Cargo
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds
*.pdb

# IDE and editor directories
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Rust analyzer
.rust-analyzer/

# Build artifacts
**/*.so
**/*.dylib
**/*.dll

# Coverage reports
*.gcno
*.gcda
*.lcov
htmlcov/
tarpaulin-report.html

# Benchmark results
criterion/
perf_run.txt

# Temporary files
*.tmp
*.temp
