# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# envs
.venv/
venv/
env/

# OS
Thumbs.db
.DS_Store
