- .gitignore +2 -0
.gitignore
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 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 |
+
datasets/
|
| 5 |
+
|
| 6 |
### Python ###
|
| 7 |
# Byte-compiled / optimized / DLL files
|
| 8 |
__pycache__/
|