# MacOs
.DS_Store

# python trash file
*.pyc
__pycache__

# the storage state file
.*_state.json

# secret file
*.env

# virtualenv (uv)
.venv/

# build artifacts (hatchling)
build/
dist/
*.egg-info/

# tool caches
.ruff_cache/
.pytest_cache/

# local-only
.claude/settings.local.json
_playground/*
*.local*

# remotion workspace node deps (provisioned per-machine via `vidkit remotion setup`)
pyetool/resource/remotion/project/node_modules/

*.fcpxml
*_cfr.mp4