Spaces:
Runtime error
Runtime error
Gitignore update
Browse files- .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__/
|