40 lines
376 B
Text
Executable file
40 lines
376 B
Text
Executable file
# Python
|
|
venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
|
|
# PHP Dependencies
|
|
vendor/
|
|
composer.lock
|
|
|
|
# Environment variables
|
|
.env
|
|
|
|
# Output files
|
|
outputs/*.txt
|
|
outputs/*.vtt
|
|
outputs/*.srt
|
|
outputs/.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Temporary files
|
|
temp_audio.wav
|
|
*.tmp
|
|
|
|
# Deployment (if needed locally)
|
|
*.backup.*
|