Commit
·
047f5de
1
Parent(s):
2959748
Add .gitignore to exclude Python bytecode files
Browse files- .gitignore +1 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
*.pyc
|