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