Add data/ to .gitignore, remove from tracking

This commit is contained in:
Motoko
2026-03-30 19:52:33 +00:00
parent 695ea482d5
commit 0645b9c59c
2 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@@ -174,3 +174,8 @@ cython_debug/
# PyPI configuration file
.pypirc
-e
# Claudia Docs
data/
*.db
*.sqlite*