|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
|
|
.venv/
|
|
cpu/.venv/
|
|
gpu/.venv/
|
|
gpu/.gpu-ready
|
|
|
|
outputs/*
|
|
!outputs/.gitkeep
|
|
logs/*
|
|
!logs/.gitkeep
|
|
benchmarks/cpu/*.json
|
|
benchmarks/gpu/*.json
|
|
!benchmarks/cpu/.gitkeep
|
|
!benchmarks/gpu/.gitkeep
|