# Python
__pycache__/
*.py[cod]
*.egg-info/

# virtual environments / tool state
/.venv
/.pytest_cache
/.ruff_cache
/.coverage
/dist/
.env

# Ignore my dev stash directories
/_*
