__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
dist/
build/
.eggs/

# venvs
.venv/
venv/
env/
.python-version

# uv
.uv-cache/

# testing & coverage
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# secrets
.env
.env.local

# scratch / outputs of integration tests
*.mp4
*.webm
*.cube.bak
test_output/
scratch/
