Files
kernbench2/README.md
T
2026-03-18 11:47:48 -07:00

14 lines
296 B
Markdown

# Python Project (VS Code Template)
## Quick start
1. Create venv + install dev deps (editable):
- VS Code: Run Task → `deps: install (editable)`
2. Run tests:
- VS Code: Run Task → `test`
3. Lint / format:
- `lint`, `format` tasks
## Structure
- `src/` app code
- `tests/` pytest