2 Commits

Author SHA1 Message Date
c28b14fb98 clean: remove pycache from tracking 2026-04-30 13:28:57 +02:00
29a93e9bfe clean: remove pycache from tracking 2026-04-30 13:28:53 +02:00
256 changed files with 9 additions and 2 deletions

11
.gitignore vendored
View File

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

Some files were not shown because too many files have changed in this diff Show More