55 lines
868 B
Plaintext
55 lines
868 B
Plaintext
# ---> Rust
|
|
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
debug/
|
|
target/
|
|
Cargo.lock
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
|
*.pdb
|
|
|
|
# ---> JupyterNotebooks
|
|
.ipynb_checkpoints
|
|
*/.ipynb_checkpoints/*
|
|
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
|