Just adding virtual env folder to .gitignore
Gaurav Dhiman committed
Aug 3, 2024 at 17:10 UTC
1d311b789058a425157e38c1cc30e9a599d911e5
1 file changed
+3
.gitignore
+3
@@ -4,6 +4,9 @@
4
5
6
7
+# Ignore all contents of the virtual environment directory
8
+.venv/*
9
+
10
# Ignore all contents of the directory "work_dir"
11
work_dir/*
12
# But do not ignore the directory itself