clean: remove pycache from tracking

This commit is contained in:
2026-04-30 13:28:57 +02:00
parent 29a93e9bfe
commit c28b14fb98
276 changed files with 46132 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# db.sqlite3
# venv/*
# media/*
__pycache__/
*.pyc
db.sqlite3
venv/
.env