24 lines
191 B
Text
24 lines
191 B
Text
# Rust build artifacts
|
|
/target/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Nix
|
|
.direnv
|
|
result
|
|
result-*
|
|
|
|
# Test artifacts
|
|
*.profraw
|
|
*.profdata
|
|
|
|
.pre-commit-config.yaml
|