* Added backend infrastructure (FastAPI, Dockerfile, requirements) * Set up frontend (Streamlit, Dockerfile, requirements) * Configured docker-compose with Milvus and Flowise services * Created project structure with .env.template and .dockerignore * Added initial gitignore and project metadata
12 lines
137 B
Text
12 lines
137 B
Text
# Python build and runtime artifacts
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
venv/
|
|
requirements/
|
|
|
|
# Version control
|
|
.git
|
|
|
|
# OS-specific files
|
|
.DS_Store
|