# Build artifacts
build
dist
html
.tox
*.egg-info
# we lock dependencies with pixi
uv.lock
# docs build artifacts
docs/_static/example-metadata.json
docs/_static/metadata-schema.json
.docs_doctrees/

*.sw?

# Environments
venv
.venv

# Caches
*.DS_Store
.clangd/
*.ipynb_checkpoints
__pycache__/
.vs/
.virtual_documents
.hypothesis
.pytest_cache
.mypy_cache
docs/generated/
.ruff_cache

# Editor settings
.idea/
.vscode/

# Data files
*.data
*.dat
*.csv
*.xye
*.h5
*.hdf5
*.hdf
*.nxs
*.raw
*.cif
*.rcif
*.ort
*.zip
*.sqw
*.nxspe
*.tiff
*.tif
!tests/_regression_test_files/*.tiff
*.mtz

# pixi environments
.pixi/*
!.pixi/config.toml
