summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
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/