# python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# release notes and the CycloneDX document, when they are generated by hand rather than on a runner
provenance/
# the built docs site (mkdocs build)
site/
.venv/
.pytest_cache/
.ruff_cache/
.pyright/
.coverage
coverage.xml
htmlcov/
# editors / os
.DS_Store
.idea/
.vscode/
# rayspec local state never lives in the repo (runs are under ~/.rayspec), but guard anyway
.rayspec/runs/
.rayspec/.env
.env
