20 lines
246 B
Plaintext
20 lines
246 B
Plaintext
# Rust build output
|
|
target/
|
|
**/target/
|
|
|
|
# Cargo lock for libraries (optional; binary crates often commit Cargo.lock)
|
|
# Cargo.lock
|
|
|
|
# IDE / editor
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
|
|
# Environment and local overrides
|
|
.env
|
|
.env.local
|
|
*.local
|