TrentL commited on
Commit
0025645
·
1 Parent(s): 7c018f5

Gitignore update

Browse files
Files changed (1) hide show
  1. .gitignore +3 -0
.gitignore CHANGED
@@ -1,6 +1,9 @@
1
  # Created by https://www.toptal.com/developers/gitignore/api/python
2
  # Edit at https://www.toptal.com/developers/gitignore?templates=python
3
 
 
 
 
4
  ### Python ###
5
  # Byte-compiled / optimized / DLL files
6
  __pycache__/
 
1
  # Created by https://www.toptal.com/developers/gitignore/api/python
2
  # Edit at https://www.toptal.com/developers/gitignore?templates=python
3
 
4
+ # Trent's own python environment
5
+ ./venv_soup
6
+
7
  ### Python ###
8
  # Byte-compiled / optimized / DLL files
9
  __pycache__/