Learn more about these different git repos.
Other Git URLs
096b50e
@@ -0,0 +1,9 @@
+ # python/editor specific files to ignore
+ dist/
+ build/
+ *.pyc
+ *.pyo
+ *.swp
+ *.egg-info
+ *.conf
+ __pycache__
pycache removed from git and all *.pyc as well .gitignore created
.gitignore
fixes #2
Metadata Update from @lenkaseg: - Request assigned
Pull-Request has been merged by bookwar
pycache removed from git and all *.pyc as well
.gitignore
createdfixes #2