mirror of
https://github.com/vee1e/meeticulous.git
synced 2026-09-01 18:27:49 +00:00
22 lines
188 B
Text
22 lines
188 B
Text
# Rust
|
|
/target/
|
|
**/*.rs.bk
|
|
Cargo.lock.bak
|
|
|
|
# OS / IDE
|
|
.DS_Store
|
|
*.swp
|
|
*.swo
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
|
|
# Local / secrets
|
|
.env
|
|
.env.*
|
|
*.pem
|
|
|
|
# Build artifacts / scratch
|
|
/native/*.o
|
|
*.log
|
|
/tmp/
|