cgoncalves/agentic-rag
0
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*$py.class5 6# Distribution / packaging7dist/8build/9*.egg-info/10 11# Virtual environments12venv/13env/14.env15.venv/16ENV/17 18# IDE specific files19.idea/20.vscode/21*.swp22*.swo23 24# Jupyter Notebook25.ipynb_checkpoints26 27# Testing28.coverage29htmlcov/30.pytest_cache/31.tox/32 33# Logs34*.log35 36# Local development settings37.env.local38.env.development.local39.env.test.local40.env.production.local41 42# Dependencies43pip-log.txt44pip-delete-this-directory.txt45 46# Documentation47docs/_build/48 49# mypy50.mypy_cache/51.dmypy.json52dmypy.json53 54# chroma55chroma_db/56 57 58 