.venv

**/__pycache__
**/*.pyc
**/*egg-info*

dist/
.ruff_cache/

**/*~
**/#*#

**/*.json
!example.json

**/.DS_Store
