From 4e8af3f7a70761d86c405fc41e55d3707907377d Mon Sep 17 00:00:00 2001 From: uprightbass360 Date: Sat, 3 Jan 2026 02:27:10 -0500 Subject: [PATCH] cleanup ignore --- .gitignore | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/.gitignore b/.gitignore index 8876ee8..c5fd5b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,25 +1,27 @@ -database-import/*.sql -database-import/*.sql.gz -database-import/*/ -database-import/ImportBackup*/ -db_*/ -source/* -local-data-tools/ -changelogs/ +# =================================== +# Environment & Configuration +# =================================== +.env +.claude/ +.mcp*/ + +# =================================== +# Storage & Data Directories +# =================================== storage/ local-storage/ -.claude/ -images/ -node_modules/ -.mcp*/ +db_*/ + +# =================================== +# Build Artifacts & Cache +# =================================== +.gocache/ +statusdash scripts/__pycache__/* scripts/bash/__pycache__/* scripts/python/__pycache__/* -.env -package-lock.json -package.json -todo.md -.gocache/ -.module-ledger/ -deploy.log -statusdash \ No newline at end of file + +# =================================== +# Logs & Runtime State +# =================================== +deploy.log \ No newline at end of file