Remove refactoring script and update .gitignore

- Deleted the refactor_to_flakestorm.py script as it is no longer needed.
- Updated .gitignore to remove references to the cloud directory and ensure proper exclusion of backend and frontend repositories.
This commit is contained in:
Entropix 2025-12-30 15:49:58 +08:00
parent 297929af73
commit 8d752e9746
2 changed files with 0 additions and 208 deletions

9
.gitignore vendored
View file

@ -1,10 +1,3 @@
# =============================================================================
# COMMERCIAL/PROPRIETARY CODE - DO NOT COMMIT TO PUBLIC REPO
# =============================================================================
# The root-level cloud/ directory contains proprietary commercial code and must NEVER
# be committed to the public open-source repository.
# Note: src/flakestorm/cloud/ contains the CLI client code and should be tracked.
/cloud/
# =============================================================================
# Python
@ -125,5 +118,3 @@ docs/*
!docs/API_SPECIFICATION.md
!docs/TESTING_GUIDE.md
!docs/IMPLEMENTATION_CHECKLIST.md
flakestorm-cloud-backend/
flakestorm-cloud-frontend/