chore: add .gitignore to exclude __pycache__, virtualenvs, and build artifacts

This commit is contained in:
Aaron Boxer
2026-05-11 19:41:52 -04:00
committed by Aaron Boxer
parent c028c4b584
commit dc4a707f9a
+22 -3
View File
@@ -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/