Initial commit: Add project structure and configuration

This commit is contained in:
2026-01-30 07:05:00 +00:00
parent 4067cae596
commit cd1264646a

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Dependencies
node_modules/
# Build outputs
dist/
build/
*.tsbuildinfo
# Test 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.local
.env.*.local