aniket47's picture
Deploy Document Intelligence Chatbot
01728c5
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# Environments
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Streamlit
.streamlit/
# FAISS index files
*.faiss
*_docs.pkl
vector_index*
# Downloaded models
models/
*.safetensors
*.bin
pytorch_model.bin
config.json
tokenizer.json
tokenizer_config.json
special_tokens_map.json
vocab.txt
# Temporary files
*.tmp
*.temp
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
logs/