Add .gitignore for Rust project (exclude target/, IDE files, OS files)
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
# Rust build artifacts
|
||||
/target/
|
||||
|
||||
# IDE and editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
*.backup
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc_fingerprint":13015962289099607901,"outputs":{"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":""},"17747080675513052775":{"success":true,"status":"","code":0,"stdout":"rustc 1.94.1 (e408947bf 2026-03-25)\nbinary: rustc\ncommit-hash: e408947bfd200af42db322daf0fadfe7e26d3bd1\ncommit-date: 2026-03-25\nhost: x86_64-unknown-linux-gnu\nrelease: 1.94.1\nLLVM version: 21.1.8\n","stderr":""}},"successes":{}}
|
||||
@@ -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/
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
144a85c2015f1b79
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[\"alloc\", \"getrandom\", \"rand_core\"]","declared_features":"[\"alloc\", \"arrayvec\", \"blobby\", \"bytes\", \"default\", \"dev\", \"getrandom\", \"heapless\", \"rand_core\", \"std\", \"stream\"]","target":6415113071054268027,"profile":15657897354478470176,"path":6718146797164701130,"deps":[[6039282458970808711,"crypto_common",false,15021197745155899402],[10520923840501062997,"generic_array",false,10947660921841034796]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aead-6dabe078e59e69e7/dep-lib-aead","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
d170aad9db832b80
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[\"alloc\", \"getrandom\", \"rand_core\"]","declared_features":"[\"alloc\", \"arrayvec\", \"blobby\", \"bytes\", \"default\", \"dev\", \"getrandom\", \"heapless\", \"rand_core\", \"std\", \"stream\"]","target":6415113071054268027,"profile":15657897354478470176,"path":6718146797164701130,"deps":[[6039282458970808711,"crypto_common",false,930739544683812616],[10520923840501062997,"generic_array",false,10947660921841034796]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aead-e0cd2508812e023d/dep-lib-aead","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
4c96c5da1dad6013
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"hazmat\", \"zeroize\"]","target":1651443328692853038,"profile":15657897354478470176,"path":12499764760429950006,"deps":[[7667230146095136825,"cfg_if",false,17120295791829966234],[7916416211798676886,"cipher",false,12006686251125926249],[17620084158052398167,"cpufeatures",false,7392054375877059635]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aes-45d4743ccebfe305/dep-lib-aes","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
30bb96c480c340f2
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"hazmat\", \"zeroize\"]","target":1651443328692853038,"profile":15657897354478470176,"path":12499764760429950006,"deps":[[7667230146095136825,"cfg_if",false,17120295791829966234],[7916416211798676886,"cipher",false,8120558898845331347],[17620084158052398167,"cpufeatures",false,7392054375877059635]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aes-4a0b3de9e99a7e62/dep-lib-aes","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
463e202e0e5bc319
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"hazmat\", \"zeroize\"]","target":1651443328692853038,"profile":15657897354478470176,"path":12499764760429950006,"deps":[[7667230146095136825,"cfg_if",false,17120295791829966234],[7916416211798676886,"cipher",false,16036255743713331564],[17620084158052398167,"cpufeatures",false,7392054375877059635]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aes-56d27f4cef63d9ac/dep-lib-aes","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
708c49f5ab003fea
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"hazmat\", \"zeroize\"]","target":1651443328692853038,"profile":15657897354478470176,"path":12499764760429950006,"deps":[[7667230146095136825,"cfg_if",false,17120295791829966234],[7916416211798676886,"cipher",false,15641696730821577757],[17620084158052398167,"cpufeatures",false,7392054375877059635]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/aes-6d6f4c77b21875e3/dep-lib-aes","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
117ed0223c9f1f5d
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"atomic-polyfill\", \"compile-time-rng\", \"const-random\", \"default\", \"getrandom\", \"nightly-arm-aes\", \"no-rng\", \"runtime-rng\", \"serde\", \"std\"]","target":8470944000320059508,"profile":15657897354478470176,"path":14020298044230417414,"deps":[[966925859616469517,"build_script_build",false,7298826430909998188],[5855319743879205494,"once_cell",false,12216750132431663541],[7667230146095136825,"cfg_if",false,17120295791829966234],[8133669436535545281,"zerocopy",false,12368938103203710577]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ahash-3df8805e7e25965b/dep-lib-ahash","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
@@ -1 +0,0 @@
|
||||
e91102457dc858b6
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"atomic-polyfill\", \"compile-time-rng\", \"const-random\", \"default\", \"getrandom\", \"nightly-arm-aes\", \"no-rng\", \"runtime-rng\", \"serde\", \"std\"]","target":17883862002600103897,"profile":2225463790103693989,"path":13460835577574126843,"deps":[[5398981501050481332,"version_check",false,15132932951413441769]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/ahash-b7cbf9fb7031edc9/dep-build-script-build-script-build","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
6c649fd3f7a34a65
|
||||
-1
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"","declared_features":"","target":0,"profile":0,"path":0,"deps":[[966925859616469517,"build_script_build",false,13139472353207652841]],"local":[{"RerunIfChanged":{"output":"debug/build/ahash-d65145b925b1be4a/output","paths":["build.rs"]}}],"rustflags":[],"config":0,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
fa77466e7ca895d5
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"borsh\", \"default\", \"serde\", \"std\", \"zeroize\"]","target":12564975964323158710,"profile":15657897354478470176,"path":6796407844602953910,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/arrayvec-9cbe55e7a1fc959c/dep-lib-arrayvec","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
d0fdc71c71b8eb1b
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"portable-atomic\"]","target":14411119108718288063,"profile":15657897354478470176,"path":1733403619361390327,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/atomic-waker-843b52043047247e/dep-lib-atomic_waker","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
183b1e977604dfdc
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[]","target":6962977057026645649,"profile":2225463790103693989,"path":13599416507791223749,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/autocfg-e723072e831cd60d/dep-lib-autocfg","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
b980c0a2f3252d77
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":13060062996227388079,"profile":15657897354478470176,"path":6531163867688155288,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/base64-e5cc050039038c59/dep-lib-base64","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
6fe49c680f37b3e9
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[\"alloc\", \"default\", \"std\"]","declared_features":"[\"alloc\", \"default\", \"std\"]","target":18338598910872068264,"profile":3177603719481420828,"path":18400506141318450438,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bech32-7d57d031e4e49c88/dep-lib-bech32","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
e4278941c3838cfe
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"actual-schemars\", \"alloc\", \"bitcoin-io\", \"default\", \"io\", \"schemars\", \"serde\", \"small-hash\", \"std\"]","target":10778345088340940758,"profile":13860307488000850745,"path":2216217860540389636,"deps":[[12730310834309688938,"hex",false,558575560382888222]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bitcoin_hashes-ba3b77a5ed38bbdf/dep-lib-bitcoin_hashes","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
66e69f0c5b23b6ba
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"arbitrary\", \"bytemuck\", \"example_generated\", \"serde\", \"serde_core\", \"std\"]","target":7691312148208718491,"profile":15657897354478470176,"path":12094603725819341161,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bitflags-11b6e11e836f7f1c/dep-lib-bitflags","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
390d8ce0f0fae317
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[]","target":4098124618827574291,"profile":15657897354478470176,"path":9911982770523551419,"deps":[[10520923840501062997,"generic_array",false,10947660921841034796]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/block-buffer-31c05e86d24a4392/dep-lib-block_buffer","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
d8840445af3d6344
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[]","target":14093890443474048347,"profile":15657897354478470176,"path":5722005589282167500,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/block-modes-a9319c28454e9ee5/dep-lib-block_modes","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
bd76b6ccbb0607fd
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"std\"]","target":6686848351246330659,"profile":15657897354478470176,"path":3449615058857523250,"deps":[[10520923840501062997,"generic_array",false,10947660921841034796]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/block-padding-63d6046a64d23fe2/dep-lib-block_padding","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
b9ebe135978668df
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"i128\", \"std\"]","target":8344828840634961491,"profile":15657897354478470176,"path":1284497087242213233,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/byteorder-75fcc084746dafdd/dep-lib-byteorder","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
8f9ea743d134ff5d
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[\"default\", \"std\"]","declared_features":"[\"default\", \"extra-platforms\", \"serde\", \"std\"]","target":11402411492164584411,"profile":5585765287293540646,"path":12190649843789287332,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bytes-4ab04d908508a765/dep-lib-bytes","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
de6b6de46be5817c
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[\"block-padding\", \"default\"]","declared_features":"[\"alloc\", \"block-padding\", \"default\", \"std\", \"zeroize\"]","target":5103841873489430697,"profile":15657897354478470176,"path":11364355270004783580,"deps":[[7916416211798676886,"cipher",false,16036255743713331564]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cbc-0c2f1b1fd7e43e98/dep-lib-cbc","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
06c449f4d9ad1eac
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[\"block-padding\", \"default\"]","declared_features":"[\"alloc\", \"block-padding\", \"default\", \"std\", \"zeroize\"]","target":5103841873489430697,"profile":15657897354478470176,"path":11364355270004783580,"deps":[[7916416211798676886,"cipher",false,15641696730821577757]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cbc-db0ef3681049b66c/dep-lib-cbc","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -1 +0,0 @@
|
||||
5ed4835a94dfbef4
|
||||
@@ -1 +0,0 @@
|
||||
{"rustc":5391851738765093524,"features":"[]","declared_features":"[\"jobserver\", \"parallel\"]","target":17166610215175470089,"profile":4333757155065362140,"path":5619735585452168871,"deps":[[9956479706938043694,"find_msvc_tools",false,4666554400496756129],[12678166843757613889,"shlex",false,11557068249484139020]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cc-6d115f1d513dfb25/dep-lib-cc","checksum":false}}],"rustflags":[],"config":8247474407144887393,"compile_kind":0}
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
This file has an mtime of when this was started.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user