SilverSight/.gitignore
allaun 3e6f07a849 fix: address adversarial review critical issues
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
2026-06-23 05:50:09 -05:00

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/