Implement initial project structure and setup

This commit is contained in:
2026-09-05 17:09:21 +08:00
parent 53701dbb48
commit 0374010b37
57 changed files with 3159 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
# App
.env
.env.local
*.pyc
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
venv/
.venv/
# Data & secrets
data/milvus.db
data/kb/*
!data/kb/.gitkeep
*.pem
*.key
# IDE
.idea/
.vscode/
*.swp
# Node (frontend)
node_modules/
dist/
web/dist/
# OS
Thumbs.db
.DS_Store
# Logs
*.log
logs/
# Milvus / Neo4j local
.milvus/
# Archives
docs/项目框架设计/表设计.zip