원 레포랑 완전 분리

This commit is contained in:
ai-cell-a100-1
2025-08-11 18:56:38 +09:00
commit 7217d3cbaa
86 changed files with 6631 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# 캐시 및 임시 파일 무시
__pycache__/
**/__pycache__/
**/**/__pycache__/
*.py[cod]
# 로그/업로드 디렉토리 무시
workspace/static/html/generated/
minio/
logs/
cached/
temp_upload/
test/
# Loki 관련 무시
loki/
**/loki/
# 기타
.DS_Store
.env
api_keys.json
docker-compose_minio.yml
# gitignore for specific environment files
.env.8888
.env.8889