# mac
.DS_Store
._.DS_Store
**/.DS_Store
**/._.DS_Store

# python
**/__pycache__/
**/ipynb_checkpoints/
*.pyc
*.pyo
*.pyd
__pycache__/
*.so
.Python

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

# build artifacts
build/
dist/
*.egg-info/
.eggs/
*.conda

# testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# jupyter
.ipynb_checkpoints/
*/.ipynb_checkpoints/*

# mkdocs
site/
docs/examples/**/*.html

# sphinx
docs/_build

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

# temporary files
*.tmp
*.temp
.tmp/

# ruff cache
.ruff_cache/

# mypy cache (in case you add it later)
.mypy_cache/
.dmypy.json
dmypy.json

src/chiaro/_version.py
