Files
cc-ci/.gitignore
2026-05-26 21:41:56 +01:00

19 lines
238 B
Plaintext

# local secrets / env — never commit
.testenv
*.key
*.pem
!docs/**/*.pem
# python
__pycache__/
*.pyc
.venv/
.pytest_cache/
# run-scoped ephemeral state (per §4.4 sidecars)
runs/
# nix
result
result-*
# harness/loop artifacts
.claude/