File size: 299 Bytes
80c0c44 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # 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
|