.env __pycache__/ .pytest_cache/ .DS_Store chat_log.txt utils/digital-cv.log data/chroma/ *.sqlite3 *.bin *.log *.lock # Python-generated files __pycache__/ *.py[oc] build/ dist/ wheels/ *.egg-info # Virtual environments .venv/ .env/ venv/ env/ # Environment variables and secrets .env .env.local .env.*.local # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ # Operating system files .DS_Store Thumbs.db # Logs *.log logs/ # Temporary files tmp/ temp/ .tmp/ # Coverage and testing .coverage .pytest_cache/ htmlcov/ # Gradio temporary files gradio_cached_examples/ flagged/