aniket47/document-intelligence-chatbot
0
1# Python2__pycache__/3*.py[cod]4*$py.class5*.so6.Python7build/8develop-eggs/9dist/10downloads/11eggs/12.eggs/13lib/14lib64/15parts/16sdist/17var/18wheels/19share/python-wheels/20*.egg-info/21.installed.cfg22*.egg23MANIFEST24 25# PyInstaller26*.manifest27*.spec28 29# Installer logs30pip-log.txt31pip-delete-this-directory.txt32 33# Unit test / coverage reports34htmlcov/35.tox/36.nox/37.coverage38.coverage.*39.cache40nosetests.xml41coverage.xml42*.cover43*.py,cover44.hypothesis/45.pytest_cache/46cover/47 48# Virtual environments49.env50.venv51env/52venv/53ENV/54env.bak/55venv.bak/56 57# Jupyter Notebook58.ipynb_checkpoints59 60# pyenv61.python-version62 63# Environments64.env65.env.local66.env.development.local67.env.test.local68.env.production.local69 70# Streamlit71.streamlit/72 73# FAISS index files74*.faiss75*_docs.pkl76vector_index*77 78# Downloaded models79models/80*.safetensors81*.bin82pytorch_model.bin83config.json84tokenizer.json85tokenizer_config.json86special_tokens_map.json87vocab.txt88 89# Temporary files90*.tmp91*.temp92.DS_Store93Thumbs.db94 95# IDE96.vscode/97.idea/98*.swp99*.swo100 101# Logs102*.log103logs/104 105 