diff options
author | Stefan Klug <stefan.klug@ideasonboard.com> | 2024-10-09 09:16:00 +0200 |
---|---|---|
committer | Stefan Klug <stefan.klug@ideasonboard.com> | 2024-10-09 14:36:47 +0200 |
commit | 302e7e60b1393d4afdefd0c12df982a00515c604 (patch) | |
tree | fd0ba92585421b35d198374c31c581492c99d92b /LICENSES | |
parent | 3d0ca251e119936f7c21fc654659ba90ffc73d33 (diff) |
gitignore: Add venv directory to gitignore
The python venv module is the standard way of creating virtual python
environments. 'venv' is a commonly used name for the corresponding
directory. For example in the tuning docs we propose to execute 'python
-m venv venv' to setup a local virtual environment. During development
I often have these scattered around in the source tree and they show up
as untracked files in git. Add venv to .gitignore to prevent that.
Signed-off-by: Stefan Klug <stefan.klug@ideasonboard.com>
Reviewed-by: Daniel Scally <dan.scally@ideasonboard.com>
Acked-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions