# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Packaging/build artifacts
build/
dist/
*.egg-info/
.eggs/

# Tooling/local scratch
.local/
.DS_Store

# workthreads local state
.worktrees/
