Files
Marlin/.gitignore
thePR0M3TH3AN c33fd3e4a6 Update benchmarks in dirty-vs-full.md and add to .gitignore
- Revised performance metrics for `full-scan` and `dirty-scan` in `bench/dirty-vs-full.md`.
- Added `bench/dirty-vs-full.md` and `bench/index.db` to `.gitignore` to prevent tracking of generated files.
2025-05-21 15:53:48 -04:00

64 lines
720 B
Plaintext

# === Rust build artifacts ===
/target/
/Cargo.lock
# === 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