Files
cc-ci/.gitignore
autonomic-bot c21cce51b9 chore: bootstrap cc-ci loop state
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 21:07:31 +01:00

16 lines
203 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-*