# Python virtual environment venv/ env/ ENV/ # Environment variables .env .env.* # Python cache files __pycache__/ *.py[cod] *$py.class *.so .Python # Build and distribution build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Chroma database chroma_db/ # Gradio cache .gradio/ # IDE specific files .idea/ .vscode/ *.swp *.swo .DS_Store # Logs *.log logs/ log/ # Local development *.local local_settings.py # Coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ # Jupyter Notebook .ipynb_checkpoints