19 lines
270 B
Plaintext
19 lines
270 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
.venv/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
# Runtime output (operator data — never committed)
|
|
/out/
|
|
report.json
|
|
report.md
|
|
|
|
# Local scope file may contain real target lists — keep the example only.
|
|
/scope.yaml
|