# Downloaded meeting content - never commit this
transcripts/
transcripts_*/
*.vtt
*.meta.json

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/
.python-version

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.hatch/

# Editors and OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
