Initial commit: intelaide backend and frontend

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
root
2026-01-20 04:54:10 +00:00
commit 566576637d
297 changed files with 74281 additions and 0 deletions

54
.gitignore vendored Normal file
View File

@@ -0,0 +1,54 @@
# Dependencies
node_modules/
# Build output
dist/
# Python virtual environment
bin/
include/
lib/
lib64
share/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
pyvenv.cfg
# Uploads
uploads/
# Logs
*.log
# Environment files
.env
.env.local
.env.*.local
# IDE/Editor
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# OS files
Thumbs.db
# Package manager
.npm
.yarn
*.tgz
# Testing
coverage/
.nyc_output/
# Misc
*.pid
*.seed
*.pid.lock