# Python
_version.py
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/
.venv/
venv/
env/
.env
*.so
*.dylib

# Testing
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage

# Node
node_modules/
package-lock.json

# MkDocs
site/

# OS
*.log
.DS_Store
Thumbs.db

# IDE
.vscode/settings.json

# AI tools
.claude/
.cursor/
.aider*
.copilot/

# Test artifact: a SOP ROP given the MPlay target "ip" writes a file of that
# name into the working directory.
/ip

# Test artifact: scene.new_scene(save_current=True) on an unsaved scene writes
# this into the working directory.
/untitled.hip
