# Emacs tmp files
.*~undo-tree~
\#*\#
_minted_something/

# LaTeX tmp files
*.tex
*.aux
*.log

# Python temporary
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Whisper models
models/

# Test outputs
test_outputs/

# Environment
.env
venv/
.venv/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Audio recordings
recordings/
*.wav
*.mp3
