removed migration from getting git'ed

This commit is contained in:
puckoprutt 2025-03-01 14:44:36 +01:00
parent e24ca197cb
commit 2c06f689c5

1
.gitignore vendored
View File

@ -2,4 +2,5 @@
puckoprutt.sqlite3 puckoprutt.sqlite3
*.pyc *.pyc
*/migrations/__pycache__/* */migrations/__pycache__/*
*/migrations/0*.py
*__pycache__* *__pycache__*