- .gitignore +3 -1
.gitignore
CHANGED
@@ -2,7 +2,9 @@
|
|
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__/
|
|
|
2 |
# Edit at https://www.toptal.com/developers/gitignore?templates=python
|
3 |
|
4 |
/datasets/
|
5 |
+
.DS_Store
|
6 |
+
__pycache__/
|
7 |
+
*.pyc
|
8 |
### Python ###
|
9 |
# Byte-compiled / optimized / DLL files
|
10 |
__pycache__/
|