chore: add .gitignore to exclude __pycache__, virtualenvs, and build artifacts
This commit is contained in:
+22
-3
@@ -1,4 +1,23 @@
|
|||||||
whisper_env
|
__pycache__/
|
||||||
__pycache__
|
*.pyc
|
||||||
*.srt
|
*.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
|
*.wav
|
||||||
|
docs/site/
|
||||||
|
|||||||
Reference in New Issue
Block a user