commit - release 1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user