Add ora_ops module for ORA file operations

- Implements core ORA reading/writing functions
- Layer add, rename, delete, reorder, visibility operations
- Full test suite with 8 passing tests
This commit is contained in:
2026-03-27 08:46:49 -07:00
parent 6487b00655
commit 319c2565c6
5 changed files with 1741 additions and 0 deletions

4
tools/ora_editor/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
temp/
__pycache__/
*.pyc
*.pyo