Initial commit of the RAG API application

هذا الالتزام موجود في:
2025-09-16 16:20:12 +03:00
الأصل 6b544cb36e
التزام b1cf9ca408
9 ملفات معدلة مع 841 إضافات و57 حذوفات

10
.dockerignore Normal file
عرض الملف

@@ -0,0 +1,10 @@
# Ignore Python cache
__pycache__/
*.pyc
# Ignore Git directory
.git/
.gitignore
# Ignore environment files
.env