# 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/ | |