Implement initial project structure and setup
This commit is contained in:
+41
@@ -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
|
||||
Reference in New Issue
Block a user