Add README, .gitignore, and clean up build artifacts

- Added comprehensive README with usage instructions
- Added .gitignore to prevent build artifacts from being committed
- Removed target/ directories and duplicate WASM files
- Cleaned up parser binaries and test files
This commit is contained in:
2025-09-11 11:27:25 -04:00
parent 51fd3069d1
commit 7d2f99db03
125 changed files with 73 additions and 488 deletions

25
.gitignore vendored Normal file
View File

@@ -0,0 +1,25 @@
# Build artifacts
target/
*.wasm
*.dylib
*.so
*.dll
*.dylib
*.a
*.o
# Node modules
node_modules/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs
*.log