Simplify dockerignore
This commit is contained in:
@@ -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/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user