# Python build artefacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl

# Virtual environments
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Editor / OS
.DS_Store
*.swp
*~
.idea/
.vscode/
publi.pdf

# Generated data files (reproduced by data/generate_samples.py)
data/*.vtk
data/*.vtp
data/*.ply
data/*.stl
