# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so

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

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.ruff_cache/
.mypy_cache/
.pytest_cache/

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Local media files (avoid accidental commits)
*.ts
*.mp4
*.mkv
*.mov
*.avi
*.flv
*.webm

# Temporary artifacts produced by app
filelist.txt
