this works fine for now
This commit is contained in:
40
.gitignore
vendored
40
.gitignore
vendored
@@ -3,9 +3,6 @@
|
||||
# will have compiled files and executables
|
||||
debug/
|
||||
target/
|
||||
|
||||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
|
||||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
|
||||
Cargo.lock
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
@@ -15,16 +12,43 @@ Cargo.lock
|
||||
*.pdb
|
||||
|
||||
# ---> JupyterNotebooks
|
||||
# gitignore template for Jupyter Notebooks
|
||||
# website: http://jupyter.org/
|
||||
|
||||
.ipynb_checkpoints
|
||||
*/.ipynb_checkpoints/*
|
||||
|
||||
# IPython
|
||||
profile_default/
|
||||
ipython_config.py
|
||||
|
||||
# Remove previous ipynb_checkpoints
|
||||
# git rm -r .ipynb_checkpoints/
|
||||
|
||||
# === Cursor IDE ===
|
||||
.cursor.rules.yaml
|
||||
.cursor/
|
||||
cursor.log
|
||||
cursor.db
|
||||
cursor.history
|
||||
cursor.workspace
|
||||
.cursor_tmp/
|
||||
|
||||
# === Saved scraped sites ===
|
||||
saved_site/
|
||||
saved_site/*
|
||||
|
||||
# === Editor/system junk ===
|
||||
*.swp
|
||||
*.swo
|
||||
*.bak
|
||||
*.tmp
|
||||
*.log
|
||||
.DS_Store
|
||||
*~
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# === VSCode (if used ; we only use AI in this household) ===
|
||||
.vscode/
|
||||
|
||||
# === Node/npm junk (just in case frontend is added) ===
|
||||
node_modules/
|
||||
dist/
|
||||
cursor.rules.yaml
|
||||
|
||||
Reference in New Issue
Block a user