chore: add .gitignore to exclude __pycache__, virtualenvs, and build artifacts
This commit is contained in:
+22
-3
@@ -1,4 +1,23 @@
|
||||
whisper_env
|
||||
__pycache__
|
||||
*.srt
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
*.egg
|
||||
.eggs/
|
||||
whisper_env/
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
.env
|
||||
*.so
|
||||
*.o
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
output*.srt
|
||||
transcript*.srt
|
||||
translation*.srt
|
||||
*.wav
|
||||
docs/site/
|
||||
|
||||
Reference in New Issue
Block a user