Your Name
commited on
Commit
•
a1dffc3
1
Parent(s):
e593cad
update .gitignore file to ignore .pyc files
Browse files- .gitignore +5 -1
.gitignore
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
*.pth
|
2 |
assets/
|
3 |
-
__pycache__/
|
|
|
|
|
|
|
|
|
|
1 |
*.pth
|
2 |
assets/
|
3 |
+
__pycache__/
|
4 |
+
|
5 |
+
*.ipynb_checkpoints/
|
6 |
+
*.swp
|
7 |
+
*.pyc
|