Doc-chat / .gitignore
Rulga's picture
new gitignore
b3563ed
raw
history blame
346 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
/cache/huggingface