Skip to content

Commit 7acba3d

Browse files
author
Jeremi Do Dinh
authored
PYSCAN-51 Add the virtual environment created specifically for the integration tests to the .gitignore. (#36)
1 parent 594cd27 commit 7acba3d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ ENV/
128128
env.bak/
129129
venv.bak/
130130

131+
*/.env
132+
*/.venv
133+
*/env/
134+
*/venv/
135+
*/ENV/
136+
*/env.bak/
137+
*/venv.bak/
138+
131139
# Spyder project settings
132140
.spyderproject
133141
.spyproject

0 commit comments

Comments
 (0)