initial commit

This commit is contained in:
2026-05-20 12:05:11 +05:30
commit f4dc2b6a5a
21 changed files with 4822 additions and 0 deletions

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Dependencies
node_modules/
# Build output
dist/
build/
# Env — never commit secrets
.env
.env.*
!.env.example
# Editor / OS
.DS_Store
.vscode/
.idea/
*.log
# Vite cache
.vite/