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:27 -04:00
parent 74f44fa77e
commit a2442f53ea
238 changed files with 85 additions and 713 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