update .gitignore

This commit is contained in:
2024-12-13 09:34:40 +01:00
parent adbabca2dc
commit 4b17fa27c8
+2 -1
View File
@@ -3,4 +3,5 @@ __pycache__/
*$py.class *$py.class
.idea .idea
db/__pycache__/* db/__pycache__/*
*.iml *.iml
venv