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

# Virtual environments
.venv/

# Testing / coverage
.coverage
.pytest_cache/
htmlcov/
coverage.xml

# Type checking / linting
.mypy_cache/
.ruff_cache/

# OS
.DS_Store

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

# setuptools_scm-generated version file
pyvista_trimesh/_version.py

# Lock file (regenerated by uv)
uv.lock

# Local env
.env

# pytest-pyvista regression failures
tests/image_cache_failures/
