diff --git a/.dockerignore b/.dockerignore index 12ac7f0f2d..75038b6e30 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,11 +7,15 @@ assets Dockerfile **/.venv **/.env +**/.env.local +**/.env.*.local **/.vscode infra docs **/.turbo **/.husky +**/.next +**/coverage **/dist **/build **/__pycache__ @@ -19,4 +23,5 @@ docs **/.git **/.DS_Store **/node_modules -**/.langgraph_api \ No newline at end of file +**/.langgraph_api +**/*.log \ No newline at end of file