FerrellSyntheticIntelligence commited on
Commit
633fbec
·
1 Parent(s): f3072b7

Clean repo: remove binaries, logs, caches, and build artifacts

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. __pycache__/app.cpython-311.pyc +0 -0
  2. core/__pycache__/diagnostics.cpython-311.pyc +0 -0
  3. core/__pycache__/memory_bank.cpython-311.pyc +0 -0
  4. core/__pycache__/sovereign_shield.cpython-311.pyc +0 -0
  5. core/__pycache__/vitalis_brain.cpython-311.pyc +0 -0
  6. core/__pycache__/vitalis_engine.cpython-311.pyc +0 -0
  7. ide_kernel/__pycache__/daemon.cpython-311.pyc +0 -0
  8. ide_kernel/__pycache__/kernel.cpython-311.pyc +0 -0
  9. ide_kernel/__pycache__/ledger.cpython-311.pyc +0 -0
  10. ide_kernel/__pycache__/security.cpython-311.pyc +0 -0
  11. ide_kernel/__pycache__/validator.cpython-311.pyc +0 -0
  12. src/__pycache__/__init__.cpython-311.pyc +0 -0
  13. src/brain/__pycache__/__init__.cpython-311.pyc +0 -0
  14. src/brain/__pycache__/inference.cpython-311.pyc +0 -0
  15. src/core/__pycache__/__init__.cpython-311.pyc +0 -0
  16. src/core/__pycache__/transformer_wrapper.cpython-311.pyc +0 -0
  17. src/core/__pycache__/watchdog.cpython-311.pyc +0 -0
  18. src/devcore/__pycache__/__init__.cpython-311.pyc +0 -0
  19. src/devcore/__pycache__/agent_manager.cpython-311.pyc +0 -0
  20. src/devcore/__pycache__/auditor.cpython-311.pyc +0 -0
  21. src/devcore/__pycache__/auto_developer.cpython-311.pyc +0 -0
  22. src/devcore/__pycache__/baseline_ingester.cpython-311.pyc +0 -0
  23. src/devcore/__pycache__/benchmark.cpython-311.pyc +0 -0
  24. src/devcore/__pycache__/context_core.cpython-311.pyc +0 -0
  25. src/devcore/__pycache__/core_bridge.cpython-311.pyc +0 -0
  26. src/devcore/__pycache__/dashboard.cpython-311.pyc +0 -0
  27. src/devcore/__pycache__/data_pipeline.cpython-311.pyc +0 -0
  28. src/devcore/__pycache__/external_interface.cpython-311.pyc +0 -0
  29. src/devcore/__pycache__/guardian.cpython-311.pyc +0 -0
  30. src/devcore/__pycache__/integration_engine.cpython-311.pyc +0 -0
  31. src/devcore/__pycache__/logger.cpython-311.pyc +0 -0
  32. src/devcore/__pycache__/refactor_engine.cpython-311.pyc +0 -0
  33. src/devcore/__pycache__/reinforcement_engine.cpython-311.pyc +0 -0
  34. src/devcore/__pycache__/repair_engine.cpython-311.pyc +0 -0
  35. src/devcore/__pycache__/rollback_service.cpython-311.pyc +0 -0
  36. src/devcore/__pycache__/security_middleware.cpython-311.pyc +0 -0
  37. src/devcore/__pycache__/service_manager.cpython-311.pyc +0 -0
  38. src/devcore/__pycache__/supervisor.cpython-311.pyc +0 -0
  39. src/devcore/__pycache__/syntax_ingester.cpython-311.pyc +0 -0
  40. src/devcore/__pycache__/synthesis_engine.cpython-311.pyc +0 -0
  41. src/devcore/__pycache__/template_factory.cpython-311.pyc +0 -0
  42. src/devcore/__pycache__/validation_engine.cpython-311.pyc +0 -0
  43. src/devcore/__pycache__/vitalis_cognitive_engine.cpython-311.pyc +0 -0
  44. src/devcore/__pycache__/vitalis_generator.cpython-311.pyc +0 -0
  45. src/devcore/__pycache__/workspace_io.cpython-311.pyc +0 -0
  46. src/devcore/sandbox/__pycache__/engine.cpython-311.pyc +0 -0
  47. src/devcore/sandbox/staging/__pycache__/security_scanner.cpython-311.pyc +0 -0
  48. src/ide_kernel/__pycache__/__init__.cpython-311.pyc +0 -0
  49. src/ide_kernel/__pycache__/agent_interface.cpython-311.pyc +0 -0
  50. src/ide_kernel/__pycache__/client.cpython-311.pyc +0 -0
__pycache__/app.cpython-311.pyc DELETED
Binary file (2.89 kB)
 
core/__pycache__/diagnostics.cpython-311.pyc DELETED
Binary file (1.16 kB)
 
core/__pycache__/memory_bank.cpython-311.pyc DELETED
Binary file (1.96 kB)
 
core/__pycache__/sovereign_shield.cpython-311.pyc DELETED
Binary file (463 Bytes)
 
core/__pycache__/vitalis_brain.cpython-311.pyc DELETED
Binary file (1.99 kB)
 
core/__pycache__/vitalis_engine.cpython-311.pyc DELETED
Binary file (1.83 kB)
 
ide_kernel/__pycache__/daemon.cpython-311.pyc DELETED
Binary file (5.59 kB)
 
ide_kernel/__pycache__/kernel.cpython-311.pyc DELETED
Binary file (2.18 kB)
 
ide_kernel/__pycache__/ledger.cpython-311.pyc DELETED
Binary file (1.59 kB)
 
ide_kernel/__pycache__/security.cpython-311.pyc DELETED
Binary file (1.42 kB)
 
ide_kernel/__pycache__/validator.cpython-311.pyc DELETED
Binary file (1.33 kB)
 
src/__pycache__/__init__.cpython-311.pyc DELETED
Binary file (152 Bytes)
 
src/brain/__pycache__/__init__.cpython-311.pyc DELETED
Binary file (158 Bytes)
 
src/brain/__pycache__/inference.cpython-311.pyc DELETED
Binary file (2.26 kB)
 
src/core/__pycache__/__init__.cpython-311.pyc DELETED
Binary file (157 Bytes)
 
src/core/__pycache__/transformer_wrapper.cpython-311.pyc DELETED
Binary file (572 Bytes)
 
src/core/__pycache__/watchdog.cpython-311.pyc DELETED
Binary file (635 Bytes)
 
src/devcore/__pycache__/__init__.cpython-311.pyc DELETED
Binary file (160 Bytes)
 
src/devcore/__pycache__/agent_manager.cpython-311.pyc DELETED
Binary file (1.38 kB)
 
src/devcore/__pycache__/auditor.cpython-311.pyc DELETED
Binary file (1.58 kB)
 
src/devcore/__pycache__/auto_developer.cpython-311.pyc DELETED
Binary file (1.75 kB)
 
src/devcore/__pycache__/baseline_ingester.cpython-311.pyc DELETED
Binary file (4.15 kB)
 
src/devcore/__pycache__/benchmark.cpython-311.pyc DELETED
Binary file (1.8 kB)
 
src/devcore/__pycache__/context_core.cpython-311.pyc DELETED
Binary file (1.71 kB)
 
src/devcore/__pycache__/core_bridge.cpython-311.pyc DELETED
Binary file (2.63 kB)
 
src/devcore/__pycache__/dashboard.cpython-311.pyc DELETED
Binary file (1.55 kB)
 
src/devcore/__pycache__/data_pipeline.cpython-311.pyc DELETED
Binary file (3.84 kB)
 
src/devcore/__pycache__/external_interface.cpython-311.pyc DELETED
Binary file (854 Bytes)
 
src/devcore/__pycache__/guardian.cpython-311.pyc DELETED
Binary file (1.7 kB)
 
src/devcore/__pycache__/integration_engine.cpython-311.pyc DELETED
Binary file (2.16 kB)
 
src/devcore/__pycache__/logger.cpython-311.pyc DELETED
Binary file (2.44 kB)
 
src/devcore/__pycache__/refactor_engine.cpython-311.pyc DELETED
Binary file (871 Bytes)
 
src/devcore/__pycache__/reinforcement_engine.cpython-311.pyc DELETED
Binary file (2.22 kB)
 
src/devcore/__pycache__/repair_engine.cpython-311.pyc DELETED
Binary file (2.18 kB)
 
src/devcore/__pycache__/rollback_service.cpython-311.pyc DELETED
Binary file (2.58 kB)
 
src/devcore/__pycache__/security_middleware.cpython-311.pyc DELETED
Binary file (849 Bytes)
 
src/devcore/__pycache__/service_manager.cpython-311.pyc DELETED
Binary file (1.46 kB)
 
src/devcore/__pycache__/supervisor.cpython-311.pyc DELETED
Binary file (2.06 kB)
 
src/devcore/__pycache__/syntax_ingester.cpython-311.pyc DELETED
Binary file (4.93 kB)
 
src/devcore/__pycache__/synthesis_engine.cpython-311.pyc DELETED
Binary file (2.26 kB)
 
src/devcore/__pycache__/template_factory.cpython-311.pyc DELETED
Binary file (869 Bytes)
 
src/devcore/__pycache__/validation_engine.cpython-311.pyc DELETED
Binary file (2.24 kB)
 
src/devcore/__pycache__/vitalis_cognitive_engine.cpython-311.pyc DELETED
Binary file (4.03 kB)
 
src/devcore/__pycache__/vitalis_generator.cpython-311.pyc DELETED
Binary file (1.41 kB)
 
src/devcore/__pycache__/workspace_io.cpython-311.pyc DELETED
Binary file (3.88 kB)
 
src/devcore/sandbox/__pycache__/engine.cpython-311.pyc DELETED
Binary file (1.59 kB)
 
src/devcore/sandbox/staging/__pycache__/security_scanner.cpython-311.pyc DELETED
Binary file (2.98 kB)
 
src/ide_kernel/__pycache__/__init__.cpython-311.pyc DELETED
Binary file (163 Bytes)
 
src/ide_kernel/__pycache__/agent_interface.cpython-311.pyc DELETED
Binary file (1.47 kB)
 
src/ide_kernel/__pycache__/client.cpython-311.pyc DELETED
Binary file (1.73 kB)