chore: add .gitignore and remove cached pycache files

This commit is contained in:
2026-03-11 16:23:51 +01:00
parent 41679d1861
commit 415952f24e
6 changed files with 7 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
__pycache__/
*.pyc
*.pyo
.venv/
instance/
.env
*.db