drone-env / .dockerignore
manikandan-n-07's picture
Initial Drone-Env Deployment
80c0c44
Raw
History Blame
299 Bytes
# Exclude large and unnecessary files from Docker build
.git/
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.coverage
htmlcov/
data/*.log
data/memory.json
tmp/
*.egg-info/
uv.lock
api_output.txt
final_api_check.txt
test_output.txt
validate-submission.sh
# Any logs or temporary results
*.log