Add .gitignore, remove pycache and db from tracking

This commit is contained in:
tocmo
2026-04-04 23:55:53 -04:00
parent c19825c523
commit 6e7bb241ad
5 changed files with 6 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
__pycache__/
*.pyc
*.pyo
data/
*.db
.env

Binary file not shown.

Binary file not shown.