mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-08 15:18:44 +00:00
47 lines
527 B
Plaintext
47 lines
527 B
Plaintext
# === Rust artifacts ===
|
|
/target/
|
|
/Cargo.lock
|
|
|
|
# === IDEs & editors ===
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*.bak
|
|
*~
|
|
|
|
# === OS files ===
|
|
.DS_Store
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
desktop.ini
|
|
|
|
# === Logs and build artifacts ===
|
|
*.log
|
|
*.out
|
|
*.err
|
|
|
|
# === Marlin-specific ===
|
|
/index.db
|
|
index.db
|
|
*.sqlite
|
|
*.sqlite-wal
|
|
*.sqlite-shm
|
|
|
|
# === Tests and scratch ===
|
|
/tmp/
|
|
*.test.db
|
|
test.db
|
|
|
|
# === Environment variables and secrets ===
|
|
.env
|
|
.env.*
|
|
|
|
|
|
# === Other Files ===
|
|
repo-context.txt
|
|
saved_config.yaml
|
|
|
|
# === Other Dirs ===
|
|
/bench/corpus
|
|
/bench/backups |