mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
46 lines
529 B
Text
46 lines
529 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/
|
|
|
|
# MCP backend build artifacts
|
|
scripts/mcp_backend/target/
|
|
node_modules/
|
|
package.json
|
|
package-lock.json
|
|
.atlas-optimize/
|
|
*.sam
|
|
*_summary.json
|