.trunks/
__pycache__/
*.py[cod]
*$py.class

.Python
.venv/
venv/
env/
node_modules/

.pytest_cache/
.mypy_cache/
.ruff_cache/
.idea/
.coverage
coverage.xml
htmlcov/

build/
dist/
*.egg-info/
uv.lock

.DS_Store
Thumbs.db

tests/.data/
