initial commit

This commit is contained in:
mohamad
2026-06-21 17:54:19 +03:30
commit 20d6df3b27
191 changed files with 14362 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
.git
.gitignore
.env
.env.local
.venv
venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
htmlcov/
.coverage
media/
staticfiles/
README.md
docs/