Doc-chat / .gitignore
Rulga's picture
Refactor project structure and add chat analysis functionality
8c4af83
raw
history blame
327 Bytes
# Environment variables
.env
.env.*
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Project specific
vector_store/*
!vector_store/.gitkeep
chat_history/*
!chat_history/.gitkeep
.cache/
*.log
# Hugging Face Space
.streamlit/
stop_space.py