# Keep the Docker build context small and the image clean. # The image only needs: api/, src/, vectorstore/ (see Dockerfile). venv/ .venv/ .git/ web/ node_modules/ data/ eval/ docs/ .streamlit/ __pycache__/ **/__pycache__/ *.pyc .env .env.* app.py src/streamlit_app.py *.md