diff options
author | Logan Fleur <effleurager@users.noreply.github.com> | 2018-06-01 19:18:57 +0200 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2018-06-02 00:18:57 +0700 |
commit | b995043ab8b987cb5d4d83a3b56bb28d009ac0cb (patch) | |
tree | 05e3e40b86f79102108dc924048ee66294112cd9 /.gitignore | |
parent | 85750f897293b5a56e6be521f8b0be3eec082899 (diff) |
Ignore venv directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fbf7cecb2..f064a0d9e 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ youtube-dl.zsh *.iml tmp/ +venv/ |