mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-30 17:16:16 +00:00
- .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
37 lines
387 B
Text
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/
|