__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.venv/
venv/
env/
ENV/

.env
.env.local
.env.*.local

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

.DS_Store
.idea/
.vscode/
*.swp
*.swo

# verbatim output files in working dirs
*.verbatim.json
*.verbatim.md
out/
