# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.pytest_cache/

# Virtual environments
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Jupyter Notebook
.ipynb_checkpoints

# Data files
*.npy
*.csv
*.vtk
*.xdmf
*.dream3d
*.mat
*.ini
*.ang
*.txt

# Images (except documentation)
*.png
*.jpg
*.jpeg
*.gif

# Project specific
histograms.png
demo_data/
uv.lock

# Generated by hatch-vcs at build/install time; must not be tracked, or the
# working tree becomes "dirty" mid-build and the next hatch-vcs invocation in
# the same job computes an incorrect .devN version.
src/pygnd/_version.py