mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-07 06:38:44 +00:00
63 lines
708 B
Plaintext
63 lines
708 B
Plaintext
# === Rust build artifacts ===
|
|
|
|
/target/
|
|
|
|
# === IDE & Editor settings ===
|
|
|
|
.idea/
|
|
.vscode/
|
|
\*.swp
|
|
\*.swo
|
|
\*.bak
|
|
\*\~
|
|
|
|
# === OS files ===
|
|
|
|
.DS\_Store
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
desktop.ini
|
|
|
|
# === Logs & Runtime output ===
|
|
|
|
\*.log
|
|
\*.out
|
|
\*.err
|
|
|
|
# === Coverage reports ===
|
|
|
|
cobertura.xml
|
|
tarpaulin-report.html
|
|
|
|
# === Test databases & scratch data ===
|
|
|
|
/tmp/
|
|
\*.test.db
|
|
test.db
|
|
|
|
# === Project databases ===
|
|
|
|
/index.db
|
|
\*.sqlite
|
|
\*.sqlite-wal
|
|
\*.sqlite-shm
|
|
|
|
# === Benchmarks & backups ===
|
|
|
|
/bench/corpus/
|
|
/bench/backups/
|
|
|
|
# === Environment variables & secrets ===
|
|
|
|
.env
|
|
.env.\*
|
|
|
|
# === Other generated files ===
|
|
|
|
\*.html
|
|
repo-context.txt
|
|
saved\_config.yaml
|
|
bench/dirty-vs-full.md
|
|
bench/index.db
|
|
bench/dirty-vs-full.md
|