22 lines
153 B
Plaintext
22 lines
153 B
Plaintext
# Rust build artifacts
|
|
/target/
|
|
Cargo.lock
|
|
|
|
# Output directory
|
|
/results/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Debug
|
|
*.pdb
|
|
|