Browse Source

Add .venv* to .gitignore (#8566)

Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>
Jonathan de Jong 3 years ago
parent
commit
c8e9dc4cf4
2 changed files with 2 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 1 0
      changelog.d/8566.misc

+ 1 - 0
.gitignore

@@ -21,6 +21,7 @@ _trial_temp*/
 /.python-version
 /*.signing.key
 /env/
+/.venv*/
 /homeserver*.yaml
 /logs
 /media_store/

+ 1 - 0
changelog.d/8566.misc

@@ -0,0 +1 @@
+Add virtualenv-generated folders to `.gitignore`.