From 6dfd5625f33a12a4a4ca8b8434d66de5ac17ee8c Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Tue, 4 Oct 2022 16:58:37 +0200 Subject: [PATCH] Ignore venvs --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3bbd681..3c0bb0f 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,9 @@ js/reveal.min.js # Logs logs *.log + +### venv ### +venv/ npm-debug.log* yarn-debug.log* yarn-error.log* @@ -124,4 +127,4 @@ slides.*.html *.swp # VS Code -**/.vscode \ No newline at end of file +**/.vscode