18 lines
152 B
Plaintext
18 lines
152 B
Plaintext
# Build artifacts
|
|
/target
|
|
/dist
|
|
|
|
# Cargo lock file (optional for binaries)
|
|
# Cargo.lock
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|