Build lightweight AI agent admin
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
# Git
|
||||
.git
|
||||
.gitignore
|
||||
.gitattributes
|
||||
.gitmodules
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Python
|
||||
**/__pycache__/
|
||||
**/*.py[cod]
|
||||
**/*.pyo
|
||||
**/venv/
|
||||
**/.venv/
|
||||
**/*.egg-info/
|
||||
**/.eggs/
|
||||
**/.tox/
|
||||
**/.nox/
|
||||
**/.pytest_cache/
|
||||
|
||||
# Node
|
||||
**/node_modules/
|
||||
**/dist/
|
||||
!docker/uniapp/h5/
|
||||
!docker/web/index/
|
||||
**/.turbo/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
**/.env.local
|
||||
**/.env.*.local
|
||||
backend/env/
|
||||
|
||||
# Database
|
||||
**/*.db
|
||||
**/*.sqlite3
|
||||
|
||||
# Logs
|
||||
**/*.log
|
||||
|
||||
# Docker
|
||||
**/Dockerfile
|
||||
**/docker-compose*.yml
|
||||
**/docker-compose*.yaml
|
||||
|
||||
# Project specific
|
||||
backend/venv/
|
||||
web/apps/web-ele/dist/
|
||||
web/apps/web-ele/pnpm-lock.yaml
|
||||
Reference in New Issue
Block a user