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

.venv/
venv/
env/

.env
state.json

*.log
.DS_Store
Thumbs.db

.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
