# macOS
.DS_Store

# pixi environments
.pixi
*.egg-info

# python
__pycache__/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# testing & coverage
.coverage
.coverage.*
htmlcov/

# vscode
.vscode/

# other
example.py

# dist
dist/
_version.py
