Skip to content

Commit 1875929

Browse files
committed
Added .env to .gitignore
1 parent f1d7df0 commit 1875929

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ __pycache__/
33
*.py[cod]
44
*$py.class
55

6+
# Visual Studio Code
7+
.env
8+
.venv
9+
610
# C extensions
711
*.so
812
*.pyd
@@ -46,11 +50,9 @@ src/mandelbrot.c
4650
# qt.conf files
4751
doc/source/deployment_example/qt.conf
4852

49-
# Virtual env
50-
.venv/
53+
# Coverage
5154
htmlcov
5255

5356
# Other
5457
*.bak
5558
*_ui.py
56-
.guidata_faulthandler.log

0 commit comments

Comments
 (0)