From 687fffb29d3d40f716d40fd4513b2920fc48bcd2 Mon Sep 17 00:00:00 2001
From: Ernesto Rico Schmidt <ernesto@helsinki.at>
Date: Sun, 29 Mar 2020 17:41:31 -0400
Subject: [PATCH] Ignore `venv` in Git

---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 0bdba357..5a5266d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,4 +11,5 @@ pv/site_media/host_images/*
 pv/site_media/__sized__/*
 pv/cache/*
 pv/mysql.cnf
-pv/postgresql.cnf
\ No newline at end of file
+pv/postgresql.cnf
+venv/
-- 
GitLab