RAGStudy / .gitignore
Ojuaragabriel's picture
Initial commit - RAGStudy offline RAG chat
b791a6d
# Ambiente virtual
.venv/
# Build do PyInstaller
build/
dist/
*.spec
# Dados locais / materiais de estudo
materiais/
knowledge_base.json
# Arquivos temporários do Python
__pycache__/
*.py[cod]
*.pyo
# Lixo de sistema operacional
.DS_Store
Thumbs.db