updated gitignore

This commit is contained in:
2025-06-20 14:37:10 +02:00
parent dfc242084e
commit 970eb9e19e
+2 -1
View File
@@ -3,6 +3,7 @@
db.sqlite3 db.sqlite3
*.pyc *.pyc
*/__pycache__/ */__pycache__/
*/migrations/
albums/ albums/
wallpapers/ wallpapers/
frontend/node_modules/
frontend/.next/