Initialize django-mephi project with basic structure and configuration files

This commit is contained in:
Dmitry
2026-04-16 18:24:47 +03:00
commit 2290035bc0
7 changed files with 287 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv