mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-31 01:25:21 +00:00
1. Removed 24MB generated graph files (SVG, JSON, DOT) from git 2. Removed .openclaw/ temp directory (672KB binary images) from git 3. Updated .gitignore to prevent re-committing generated artifacts 4. Fixed CITATION.cff header (proper metadata, message references SilverSight) Repo size reduction: ~25MB removed from git history. Remaining issues: - 2 files still import Semantics.FixedPoint (cross-project dependency) - 37 sorries in PVGS_DQ_Bridge - 5 duplicate Q16_16 definitions - 22 Lean files not in lakefile
25 lines
258 B
Text
25 lines
258 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/
|