first commit

This commit is contained in:
2026-03-10 14:55:59 +05:30
commit 39d42663c0
134 changed files with 16311 additions and 0 deletions

70
.gitignore vendored Normal file
View File

@@ -0,0 +1,70 @@
# Node dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Build output
dist/
build/
out/
# Logs
logs
*.log
logs/*.log
# System files
.DS_Store
Thumbs.db
# IDE / Editor files
.vscode/
.idea/
# Coverage / Testing
coverage/
*.lcov
jest-test-results.json
# Temporary files
*.tmp
*.temp
*.swp
# Cache
.cache/
.next/
.nuxt/
.sass-cache/
*.tgz
# Misc
*.pid
*.seed
*.pid.lock
# TypeScript
*.tsbuildinfo
# Compiled binaries
*.exe
*.dll
*.so
*.dylib
*.pyc
*.pyo
*.pyd
# OS-specific files
ehthumbs.db
Icon?
Desktop.ini