Doc-chat / .gitignore
Rulga's picture
Add Matplotlib cache directory and update Dockerfile to create it
af49a43
raw
history blame
388 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
# Matplotlib cache
cache/matplotlib/