# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
dist/
build/
*.egg-info/

# Virtual environments
.venv/
venv/
ENV/

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.env.*
.venv

# mypy
.mypy_cache/
.dmypy.json

# Pyre type checker
.pyre/

# OS files
.DS_Store
Thumbs.db

# Whisper/Model cache
.cache/
~/.cache/
~/.cache/whisper/

# Data/output
output/
data/

# Audio/Video/Model files
*.pkl
*.pt
*.m4a
*.mp3
*.wav
*.mp4
*.mov
*.avi
*.mkv

# Lock files
uv.lock 

.pypirc
