Kelvin-programmer/rag-chatbot
0
1# Python2__pycache__/3*.py[cod]4*$py.class5*.egg-info/6dist/7build/8*.egg9 10# Virtual environment11venv/12.venv/13env/14 15# Environment variables16.env17 18# IDE19.vscode/20.idea/21*.swp22*.swo23 24# Data25data/26*.pdf27 28# OS29.DS_Store30Thumbs.db31 32# Testing33.pytest_cache/34.coverage35htmlcov/36 37# MyPy38.mypy_cache/39 