From dc4a707f9af2e2c85a1f5ba1b59dc6ea8ed8e8ed Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Mon, 11 May 2026 19:41:52 -0400 Subject: [PATCH] chore: add .gitignore to exclude __pycache__, virtualenvs, and build artifacts --- .gitignore | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 01692ce..46d33a2 100644 --- a/.gitignore +++ b/.gitignore @@ -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/