# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Coverage files
.coverage
coverage.xml
htmlcov/

# Virtual environments
.venv

# Ignore these file types everywhere
*.vtk
*.mesh
*.sol
*.stp
*.png

# But allow them in the assets folder
!assets/**/*.vtk
!assets/**/*.mesh
!assets/**/*.sol
!assets/**/*.stp
!assets/**/*.png

# Allow images in examples for documentation
!examples/**/*.png
wheelhouse/
