Add README, LICENSE, package.json, and CHANGELOG

This commit is contained in:
2026-01-30 07:06:05 +00:00
parent 5acdc5381d
commit b6d1f9cc6f

29
.gitignore vendored
View File

@@ -1,32 +1,11 @@
# Dependencies
node_modules/ node_modules/
# Build outputs
dist/ dist/
build/ build/
*.tsbuildinfo *.tsbuildinfo
# Test coverage
coverage/ coverage/
# IDE
.vscode/
.idea/
*.swp
*.swo
*
# OS
.DS_Store
Thumbs.db
# Logs
logs/*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment
.env .env
.env.local .env.local
.env.*.local *.log
.DS_Store
.vscode/
.idea/