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

# Test and tooling caches
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Scenecast working files and outputs
output.mp4
theme.json
manifest.json
*.tmp
.scenecast-cache/

# Editor and OS noise
.DS_Store
*.log
