# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/

# Hatch / generated version file
dvr/_version.py

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type checking
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project-local
*.log
.env
.env.local
scratch/
local/

# Vendor reference material — Blackmagic's DaVinci Resolve API doc and
# anything else under reference/ stays local-only. Don't redistribute
# upstream documentation through this repo.
reference/

# Docs
site/
