feat: add ipuaro package with concept and roadmap

This commit is contained in:
imfozilbek
2025-11-29 22:10:32 +05:00
parent ec7adb1330
commit 625e109c0a
5 changed files with 2546 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
# Source files (only publish dist/)
src/
*.ts
!*.d.ts
# Build artifacts
tsconfig.json
tsconfig.*.json
tsconfig.tsbuildinfo
*.tsbuildinfo
# Tests
**/*.spec.ts
**/*.test.ts
__tests__/
coverage/
# Development
node_modules/
.env
.env.*
# IDE
.vscode/
.idea/
*.swp
*.swo
# Git
.git/
.gitignore
# Other
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store