This commit is contained in:
2026-06-15 01:06:05 +07:00
commit 6e42f05b55
15 changed files with 3410 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# Environment files
.env
.env.local
.env.*.local
# Uploads and temporary files
uploads/
chunks/
transcripts/
*.mp4
*.mp3
*.wav
# Python
__pycache__/
*.py[cod]
*$py.class
venv/
env/