# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environments venv/ ENV/ env/ .venv # Poetry # poetry.lock should be committed for reproducible builds # IDE .vscode/ .idea/ *.swp *.swo *~ # Environment .env .env.local .env.*.local # Logs *.log logs/ # Database *.db *.sqlite # Output output/ data/chroma_db/ # Coverage htmlcov/ .coverage .coverage.* coverage.xml *.cover # Testing .pytest_cache/ .tox/ # Docker .dockerignore # OS .DS_Store Thumbs.db # Temporary tmp/ temp/ *.tmp