diff options
| -rw-r--r-- | scripts/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/.gitignore b/scripts/.gitignore index 43d23186..f9038368 100644 --- a/scripts/.gitignore +++ b/scripts/.gitignore @@ -3,3 +3,6 @@ # Python byte code *.pyc + +# Virtual environment +.venv/ |
