Commit b4f9c54
committed
chore: add .venv/venv to .gitignore
best practices with local python development is to create a virtual
environment. The most common are either .venv or venv folders in
the root of the repo.
We currently install [docutils](https://github.com/github/markup/blob/914839fd31c93b93a8054a3c91fce0906b2d1375/script/bootstrap#L8)
via pip (python).
- [x] add .venv/venv folders to .gitignore
- [x] update README with how to setup locally environment
Signed-off-by: jmeridth <jmeridth@gmail.com>1 parent 914839f commit b4f9c54
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
75 | 84 | | |
76 | 85 | | |
77 | 86 | | |
| |||
0 commit comments