From 5de312c9e39ad0ee88a2ff41f040b16d84d66c42 Mon Sep 17 00:00:00 2001 From: Bryan Cross Date: Mon, 30 Mar 2026 15:29:06 -0500 Subject: [PATCH] Simplify dockerignore --- .dockerignore | 72 +++++---------------------------------------------- 1 file changed, 6 insertions(+), 66 deletions(-) diff --git a/.dockerignore b/.dockerignore index 356ab9dec..ecf199fc9 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,73 +3,13 @@ .gitignore .gitmodules -# GitHub -.github - -# Python -__pycache__ -*.py[cod] -*$py.class -*.so -.Python -.pytest_cache -.mypy_cache -.ruff_cache -*.egg-info -.eggs - -# Virtual environments -.venv -venv/ -ENV/ -env/ - -# IDE -.vscode -.idea -*.swp -*.swo -*~ - -# Environment files (secrets) -.env -.env.* -!.env.example - -# Logs and data -logs/ -data/ -tmp/ -temp_vision_images/ -testlogs -wandb/ - -# Test files -tests/ -*.test.py -*.spec.py - -# Documentation -*.md -!README.md +# Dependencies +node_modules # CI/CD -*.yml -!package.json +.github -# Development files -examples/ -result -.direnv/ +# Environment files +.env -# Release scripts -.release_notes.md -mini-swe-agent/ - -# Nix -.direnv/ -result - -# Skills hub -skills/.hub/ -ignored/ +*.md