__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.eggs/
.env
.venv
env/
venv/
.mypy_cache/
.pyright/
.ruff_cache/
.pytest_cache/
htmlcov/
.coverage
coverage.xml
*.log

# Dev artifacts
*_REPORT.txt
gh_logs.txt
.hypothesis/
