# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Virtualenv created by install.sh (when PREFIX=. or similar)
share/meetrec/venv/

# Recordings & transcripts (output artifacts)
*.wav
*.srt
*.live.srt

# Editor / OS
.vscode/
.idea/
.DS_Store
