Simplify dockerignore

This commit is contained in:
Bryan Cross
2026-03-30 15:29:06 -05:00
committed by GitHub
parent 48942c89b5
commit 5de312c9e3

View File

@@ -3,73 +3,13 @@
.gitignore .gitignore
.gitmodules .gitmodules
# GitHub # Dependencies
.github node_modules
# 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
# CI/CD # CI/CD
*.yml .github
!package.json
# Development files # Environment files
examples/ .env
result
.direnv/
# Release scripts *.md
.release_notes.md
mini-swe-agent/
# Nix
.direnv/
result
# Skills hub
skills/.hub/
ignored/