chore: clean repo runtime artifacts

This commit is contained in:
devRaGonSa
2026-03-20 20:31:39 +01:00
parent fe035f826e
commit d7d5a1e25d
7 changed files with 192 additions and 2 deletions

7
.gitignore vendored
View File

@@ -8,3 +8,10 @@ dist/
build/
.DS_Store
Thumbs.db
# Local AI worker/runtime artifacts
ai/worker.lock
# Local backend runtime data
backend/data/*.sqlite3
!backend/data/.gitkeep