First commit

This commit is contained in:
2026-07-18 15:09:05 +07:00
parent 0e8693882b
commit a34b01a035
29 changed files with 7400 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
.git/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.env
.venv
venv/
ENV/
app/storage/uploads/*
app/storage/processed/*
!app/storage/uploads/.gitkeep
!app/storage/processed/.gitkeep
.DS_Store
.idea/
.vscode/
*.log
celerybeat-schedule