Слили с теста

This commit is contained in:
NikDizell 2025-11-19 22:37:55 +03:00
commit 5776647ee6
30 changed files with 24 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@ -0,0 +1,24 @@
# Django
*.pyc
*~
__pycache__
db.sqlite3
media/
staticfiles/
# Environments
.env
.venv
env/
venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db

Binary file not shown.