# Python
__pycache__/
*.pyc
*.pyo
.venv/
.venv-win/
venv/
*.egg-info/

# Uploads (runtime temp files)
backend/uploads/

# Model cache
.cache/

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/

# Logs
*.log

# Meeting watcher output (runtime recordings — never commit audio)
meetings/

# PyInstaller / Build artifacts
build/
dist/
*.spec
buildmeta/

# Generated per-platform by scripts/generate_runtime_manifest.py before a build.
# Platform-specific and pinned to the versions installed on the build machine,
# so it is produced at release time rather than committed.
runtime_manifest.json

# Downloaded Binaries
backend/ffmpeg
backend/ffmpeg.exe
backend/ffmpeg.zip

# Local environment (copy .env.example and fill in your values)
.env
