Clean up build artifacts and update .gitignore for Rust project

Remove unnecessary build artifacts from the target directory, including various fingerprint files and cached information. Update the .gitignore to ensure these files are not tracked in the future, streamlining the project and reducing clutter.
This commit is contained in:
thePR0M3TH3AN
2025-05-20 22:58:11 -04:00
parent f3318715b1
commit 83eaf6fe6e
498 changed files with 40 additions and 4974 deletions

74
.gitignore vendored
View File

@@ -1,54 +1,60 @@
# === Rust artifacts ===
# === Rust build artifacts ===
/target/
/Cargo.lock
# === IDEs & editors ===
# === IDE & Editor settings ===
.idea/
.vscode/
*.swp
*.swo
*.bak
*~
\*.swp
\*.swo
\*.bak
\*\~
# === OS files ===
.DS_Store
.DS\_Store
Thumbs.db
ehthumbs.db
desktop.ini
# === Logs and build artifacts ===
*.log
*.out
*.err
# === Logs & Runtime output ===
# === Marlin-specific ===
/index.db
index.db
*.sqlite
*.sqlite-wal
*.sqlite-shm
\*.log
\*.out
\*.err
# === Coverage reports ===
cobertura.xml
tarpaulin-report.html
# === Test databases & scratch data ===
# === Tests and scratch ===
/tmp/
*.test.db
\*.test.db
test.db
# === Environment variables and secrets ===
# === Project databases ===
/index.db
\*.sqlite
\*.sqlite-wal
\*.sqlite-shm
# === Benchmarks & backups ===
/bench/corpus/
/bench/backups/
# === Environment variables & secrets ===
.env
.env.*
.env.\*
# === Other generated files ===
# === Other Files ===
\*.html
repo-context.txt
saved_config.yaml
# === Other Dirs ===
/bench/corpus
/bench/backups
/target/
/cobertura.xml
/tarpaulin-report.html
target/.rustc_info.json
target/release/marlin
target/release/marlin.d
tarpaulin-report.html
saved\_config.yaml

View File

@@ -1 +0,0 @@
{"rustc_fingerprint":490527502257410439,"outputs":{"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.87.0 (17067e9ac 2025-05-09)\nbinary: rustc\ncommit-hash: 17067e9ac6d7ecb70e50f92c1944e545188d2359\ncommit-date: 2025-05-09\nhost: x86_64-unknown-linux-gnu\nrelease: 1.87.0\nLLVM version: 20.1.1\n","stderr":""},"7971740275564407648":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\nunix\n","stderr":""},"10431901537437931773":{"success":true,"status":"","code":0,"stdout":"___\nlib___.rlib\nlib___.so\nlib___.so\nlib___.a\nlib___.so\n/home/user/.rustup/toolchains/stable-x86_64-unknown-linux-gnu\noff\npacked\nunpacked\n___\ndebug_assertions\npanic=\"unwind\"\nproc_macro\ntarget_abi=\"\"\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"gnu\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_has_atomic=\"16\"\ntarget_has_atomic=\"32\"\ntarget_has_atomic=\"64\"\ntarget_has_atomic=\"8\"\ntarget_has_atomic=\"ptr\"\ntarget_os=\"linux\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"unknown\"\ntarpaulin\nunix\n","stderr":""}},"successes":{}}

View File

@@ -1,3 +0,0 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by cargo.
# For information about cache directory tags see https://bford.info/cachedir/

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
5cc9f103e421c2da

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[]","declared_features":"[\"atomic-polyfill\", \"compile-time-rng\", \"const-random\", \"default\", \"getrandom\", \"nightly-arm-aes\", \"no-rng\", \"runtime-rng\", \"serde\", \"std\"]","target":8470944000320059508,"profile":2040997289075261528,"path":14020298044230417414,"deps":[[966925859616469517,"build_script_build",false,6094390796210122280],[2377604147989930065,"zerocopy",false,8271025642863424092],[3722963349756955755,"once_cell",false,16974215088539759309],[10411997081178400487,"cfg_if",false,12340485484065969001]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/ahash-130a203f63016575/dep-lib-ahash","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[966925859616469517,"build_script_build",false,9232639268959901600]],"local":[{"RerunIfChanged":{"output":"release/build/ahash-4d7744839a6e3fa7/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0}

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[]","declared_features":"[\"atomic-polyfill\", \"compile-time-rng\", \"const-random\", \"default\", \"getrandom\", \"nightly-arm-aes\", \"no-rng\", \"runtime-rng\", \"serde\", \"std\"]","target":17883862002600103897,"profile":1369601567987815722,"path":13460835577574126843,"deps":[[5398981501050481332,"version_check",false,3636654725102601134]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/ahash-86123424690d4910/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
194b8e3adda0c3d1

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[\"auto\", \"default\", \"wincon\"]","declared_features":"[\"auto\", \"default\", \"test\", \"wincon\"]","target":11278316191512382530,"profile":17342157952639649116,"path":1186773397032171546,"deps":[[4858255257716900954,"anstyle",false,16016392231776725875],[6062327512194961595,"is_terminal_polyfill",false,1829318471635631687],[8605544941055515999,"anstyle_parse",false,4977923459580256622],[9179982570249329464,"anstyle_query",false,6240908570463524815],[16319705629219006414,"colorchoice",false,13290963345740953989],[17716308468579268865,"utf8parse",false,15106363075773397591]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/anstream-466e31fca9377762/dep-lib-anstream","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
73ab6056e0a745de

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"std\"]","target":6165884447290141869,"profile":17342157952639649116,"path":11893749529742943442,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/anstyle-9f5be866ba61e118/dep-lib-anstyle","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[\"default\", \"utf8\"]","declared_features":"[\"core\", \"default\", \"utf8\"]","target":10225663410500332907,"profile":17342157952639649116,"path":2827516888752210580,"deps":[[17716308468579268865,"utf8parse",false,15106363075773397591]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/anstyle-parse-e6c6d593d223def1/dep-lib-anstyle_parse","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[]","declared_features":"[]","target":10705714425685373190,"profile":17342157952639649116,"path":1292680954685612434,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/anstyle-query-e96753c6a9066110/dep-lib-anstyle_query","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[13625485746686963219,"build_script_build",false,13474333167845277219]],"local":[{"RerunIfChanged":{"output":"release/build/anyhow-10b5e4ae048b717f/output","paths":["src/nightly.rs"]}},{"RerunIfEnvChanged":{"var":"RUSTC_BOOTSTRAP","val":null}}],"rustflags":[],"config":0,"compile_kind":0}

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[\"default\", \"std\"]","declared_features":"[\"backtrace\", \"default\", \"std\"]","target":17883862002600103897,"profile":1369601567987815722,"path":41516897318762193,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/anyhow-1fcf29957cb57521/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
103943c4242a7939

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[\"default\", \"std\"]","declared_features":"[\"backtrace\", \"default\", \"std\"]","target":16100955855663461252,"profile":2040997289075261528,"path":6106703490823381218,"deps":[[13625485746686963219,"build_script_build",false,8224953932896879414]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/anyhow-2510ffd6966eb36d/dep-lib-anyhow","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
c3f70c770de5a98c

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[]","declared_features":"[\"arbitrary\", \"bytemuck\", \"compiler_builtins\", \"core\", \"example_generated\", \"rustc-dep-of-std\", \"serde\", \"std\"]","target":7691312148208718491,"profile":2040997289075261528,"path":6342272006663449154,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/bitflags-90ba4e04b2f70ecd/dep-lib-bitflags","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
b3cc325ccd40e430

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[]","declared_features":"[\"jobserver\", \"parallel\"]","target":11042037588551934598,"profile":1369601567987815722,"path":9985887961309982441,"deps":[[8410525223747752176,"shlex",false,10276459474849457085]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/cc-8e57ca0a4f0ad779/dep-lib-cc","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
69d39d412a3642ab

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[]","declared_features":"[\"compiler_builtins\", \"core\", \"rustc-dep-of-std\"]","target":14691992093392644261,"profile":2040997289075261528,"path":16722972605495705402,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/cfg-if-da34da6838abd7f1/dep-lib-cfg_if","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
e2fe56a2c1adb97b

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[\"color\", \"default\", \"derive\", \"error-context\", \"help\", \"std\", \"suggestions\", \"usage\"]","declared_features":"[\"cargo\", \"color\", \"debug\", \"default\", \"deprecated\", \"derive\", \"env\", \"error-context\", \"help\", \"std\", \"string\", \"suggestions\", \"unicode\", \"unstable-derive-ui-tests\", \"unstable-doc\", \"unstable-ext\", \"unstable-markdown\", \"unstable-styles\", \"unstable-v5\", \"usage\", \"wrap_help\"]","target":4238846637535193678,"profile":1498963625094057491,"path":443231411024518205,"deps":[[8750560705953570236,"clap_builder",false,4362046619931203397],[17056525256108235978,"clap_derive",false,14669293838493564139]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/clap-83585441f817b33d/dep-lib-clap","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[\"color\", \"error-context\", \"help\", \"std\", \"suggestions\", \"usage\"]","declared_features":"[\"cargo\", \"color\", \"debug\", \"default\", \"deprecated\", \"env\", \"error-context\", \"help\", \"std\", \"string\", \"suggestions\", \"unicode\", \"unstable-doc\", \"unstable-ext\", \"unstable-styles\", \"unstable-v5\", \"usage\", \"wrap_help\"]","target":6917651628887788201,"profile":1498963625094057491,"path":1732166255233788037,"deps":[[4858255257716900954,"anstyle",false,16016392231776725875],[11166530783118767604,"strsim",false,10274688399698997075],[12553266436076736472,"clap_lex",false,1200762466346631393],[13237942454122161292,"anstream",false,15115101646416136985]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/clap_builder-f3fac56cc8f6c925/dep-lib-clap_builder","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[\"default\"]","declared_features":"[\"debug\", \"default\", \"deprecated\", \"raw-deprecated\", \"unstable-markdown\", \"unstable-v5\"]","target":905583280159225126,"profile":9476526975381666521,"path":888254537305486820,"deps":[[3060637413840920116,"proc_macro2",false,10383293485756743751],[13077543566650298139,"heck",false,6776323304234059045],[17990358020177143287,"quote",false,18344128468378129469],[18149961000318489080,"syn",false,15394519495334452688]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/clap_derive-9d997a55d97f09ac/dep-lib-clap_derive","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
e18036ea19f7a910

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[]","declared_features":"[]","target":1825942688849220394,"profile":1498963625094057491,"path":10669464069988005025,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/clap_lex-fb833c3ab31178a1/dep-lib-clap_lex","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[]","declared_features":"[]","target":11187303652147478063,"profile":17342157952639649116,"path":11770743449847791962,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/colorchoice-d0d218aa6d93621a/dep-lib-colorchoice","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[]","declared_features":"[]","target":17249629911599636029,"profile":2040997289075261528,"path":15550048041907171884,"deps":[[11795441179928084356,"dirs_sys",false,10841690071507034290]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/directories-3c6f096c06c9b755/dep-lib-directories","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
b2600ea5ad6b7596

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[]","declared_features":"[]","target":1716570026465204918,"profile":2040997289075261528,"path":11804882514173969333,"deps":[[2924422107542798392,"libc",false,10986486074394885083],[9760035060063614848,"option_ext",false,10297924991325778125]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/dirs-sys-18a4a1c6e108e48d/dep-lib-dirs_sys","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[\"alloc\", \"default\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":15245709686714427328,"profile":2040997289075261528,"path":13406339924414620480,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/fallible-iterator-15b199cebb28d6c1/dep-lib-fallible_iterator","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[]","declared_features":"[\"std\"]","target":16001337131876932863,"profile":2040997289075261528,"path":8327759142290532649,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/fallible-streaming-iterator-1ff04656bece776a/dep-lib-fallible_streaming_iterator","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
2c7353d440477bd9

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[]","declared_features":"[]","target":205079002303639128,"profile":2040997289075261528,"path":11787632587264611547,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/glob-e856cfe6c7319a0b/dep-lib-glob","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
2e9e59e22ce20ccd

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[\"ahash\", \"inline-more\"]","declared_features":"[\"ahash\", \"alloc\", \"allocator-api2\", \"compiler_builtins\", \"core\", \"default\", \"equivalent\", \"inline-more\", \"nightly\", \"raw\", \"rayon\", \"rkyv\", \"rustc-dep-of-std\", \"rustc-internal-api\", \"serde\"]","target":9101038166729729440,"profile":2040997289075261528,"path":5879867339797043585,"deps":[[966925859616469517,"ahash",false,15763198908952594780]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/hashbrown-7defa6695f8987cc/dep-lib-hashbrown","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

View File

@@ -1 +0,0 @@
This file has an mtime of when this was started.

View File

@@ -1 +0,0 @@
74acf83f9d851c4e

View File

@@ -1 +0,0 @@
{"rustc":13226066032359371072,"features":"[]","declared_features":"[\"serde\", \"serde_impl\"]","target":3158588102652511467,"profile":2040997289075261528,"path":5800920533557961159,"deps":[[13018563866916002725,"hashbrown",false,14775433159899717166]],"local":[{"CheckDepInfo":{"dep_info":"release/.fingerprint/hashlink-8975b3c8bea7e34b/dep-lib-hashlink","checksum":false}}],"rustflags":[],"config":2069994364910194474,"compile_kind":0}

Some files were not shown because too many files have changed in this diff Show More