From e283be2be6910d8378c35056937d46c1b54297b0 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Mon, 18 Sep 2023 15:47:57 -0500 Subject: Very smol update --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9550e9f..53872cb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ dist/ nbproject/ .dep.inc +# VSCode +.vscode/ + # C/C++ *.out tags @@ -12,3 +15,6 @@ tags *.html /2022-2/L8/mitsuo/LAB08_PREG01/dist/ *.pdf + +# Python +.venv/ -- cgit v1.2.3