Initial commit - YouTube Transcription App with Whisper

This commit is contained in:
root
2025-04-02 21:50:44 -07:00
parent e493a07a81
commit b159054a72

37
.gitignore vendored Normal file
View File

@@ -0,0 +1,37 @@
# Virtual environment
venv/
env/
ENV/
# Python bytecode
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# Distribution / packaging
dist/
build/
*.egg-info/
# Generated files
uploads/
transcripts/
thumbnails/
# Personal data
cookies.txt
# OS specific
.DS_Store
Thumbs.db
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# Environment variables
.env