SilverSight/.gitignore
allaun 406ec86d65 chore(secrets): store Quandela API key encrypted with sops/age
- .sops.yaml: creation rules with age key age17nzzwaftrkcuerlt4vq2eh98fdfxnv3eqykdxf5c3hqa0pvc2uhq26dxeq
- secrets/quandela_api_key.enc.yaml: age-encrypted (decrypt: sops secrets/quandela_api_key.enc.yaml)
- .gitignore: ignores secrets/ plaintext, encrypted files tracked with -f
2026-07-04 01:39:38 -05:00

37 lines
387 B
Text

__pycache__/
*.pyc
*.o
*.so
/build/
*.egg-info/
.lean-cloud/
*.timestamp
.mcp/
env/
venv/
.venv*/
.pytest_cache/
.lake/
# Generated artifacts
.openclaw/
docs/research_stack_usage_graph.*
docs/concept_map/*.jsonl
*.svg
*.bmp
*.ppm
*.png
extraction/
scratch/
scripts/qc_flag/.backups/
.env.enc
rust/target/
rust/**/target/
# Coq compiled artifacts
*.vo
*.vok
*.vos
*.glob
*.aux
secrets/