__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg

.env
.venv/
venv/

data/

.pytest_cache/
.coverage
htmlcov/

*.pkl
*.pickle

.DS_Store

.ckb/
