This commit is contained in:
2025-11-09 01:28:42 +03:00
parent c4c13268c5
commit 9873a44c47
23 changed files with 554 additions and 573 deletions

32
.npmignore Normal file
View File

@@ -0,0 +1,32 @@
# Source files
src/
*.ts
!*.d.ts
# Development files
app.ts
tsconfig.json
bun.lock
# Test files
web-test/
examples/
# Documentation
FEATURES.md
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Dependencies
node_modules/