.venv/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.ruff_cache/
.mypy_cache/
build/
dist/
.coverage
htmlcov/
.env
.env.local

out/
artifacts/

.tmp_*.py
