feat: local AI server scaffolding (FastAPI, RAG, embeddings). Port policy (>=26000), README/API docs, scripts.

This commit is contained in:
hyungi
2025-08-13 07:24:06 +09:00
commit 72d889f5ef
15 changed files with 2486 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Python
__pycache__/
*.py[cod]
*$py.class
# Virtual envs
.venv/
venv/
ENV/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Editors/IDE
.vscode/
.idea/
# Logs
*.log
# Cache/Build
dist/
build/
.pytest_cache/