# secrets / env
.env

# macOS
.DS_Store

# artifacts: checkpoints, audio caches, logs, derived data
# (polywhisper_output is a symlink to an external SSD; result snapshots live in results/)
polywhisper_output

# old model checkpoints
models/

# stray redirects / scratch
nohup.log

# python
__pycache__/
*.pyc
.venv/
# ONNX build artifacts (hosted on HF under export/onnx/)
export/

# Build artifacts
dist/
build/
*.egg-info/

# LaTeX build artifacts
paper/*.aux
paper/*.bbl
paper/*.blg
paper/*.log
paper/*.out
paper/*.fls
paper/*.fdb_latexmk
paper/*.synctex.gz
