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