Пиздец 2

This commit is contained in:
NikDizell 2025-11-19 22:10:00 +03:00
parent 39213ac57e
commit d6a6f5eb54
28 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.