__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.venv/
venv/
env/
.env

dist/
build/
*.egg-info/
*.egg
.eggs/

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

.DS_Store
Thumbs.db
