First commit bis

This commit is contained in:
2024-08-22 20:26:16 +01:00
parent 1b5d90122c
commit 1a4b0a4d0e
7 changed files with 210 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
*.pyc
*.pyo
__pycache__/
db.sqlite3
venv/
staticfiles/
media/
.env
# Docker-related files
docker-compose.override.yml
docker-compose.dev.yml