Initial commit

This commit is contained in:
2026-03-27 00:37:27 +08:00
commit a481be8f3e

28
.gitignore vendored Normal file
View File

@ -0,0 +1,28 @@
# Dependencies
node_modules/
vendor/
__pycache__/
*.pyc
.venv/
# Build outputs
dist/
build/
*.exe
*.dll
*.so
*.dylib
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local