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

# Virtual environments
.venv/

# Testing / coverage
.coverage
.pytest_cache/
htmlcov/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# OS
.DS_Store

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

# Mesh data files (large binaries)
*.vtk
*.vtu
*.vtp
*.stl
*.ply
*.obj

# Debug logs
pyvista-tui.log

# setuptools_scm-generated version file (derived from git tags)
pyvista_tui/_version.py

# Lock file (regenerated by uv)
uv.lock

.env

coverage.xml

profiling/
