This commit is contained in:
thePR0M3TH3AN
2025-05-14 16:44:05 -04:00
parent f4a7ee5ab9
commit 9d3e0ffef7

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# === Rust artifacts ===
/target/
/Cargo.lock
# === IDEs & editors ===
.idea/
.vscode/
*.swp
*.swo
*.bak
*~
# === OS files ===
.DS_Store
Thumbs.db
ehthumbs.db
desktop.ini
# === Logs and build artifacts ===
*.log
*.out
*.err
# === Marlin-specific ===
/index.db
index.db
*.sqlite
*.sqlite-wal
*.sqlite-shm
# === Tests and scratch ===
/tmp/
*.test.db
test.db
# === Environment variables and secrets ===
.env
.env.*