# Generated by Cargo
# will have compiled files and executables
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# Uncomment this line if this is a library
Cargo.lock

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

# MSVC Windows builds
*.pdb

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

# macOS
.DS_Store

# Linux
*.o
*.so

# Coverage and profiling
*.gcno
*.gcda
*.profraw
*.profdata
lcov.info
tarpaulin-report.html
coverage/

# Documentation build output
doc/

# Benchmark artifacts
criterion/

# Environment files
.env
.env.local
