Removed byte-compiled and cached files

These should never be commited to repos and they're also now on
gitignore.
This commit is contained in:
Srdjan Grubor 2018-01-25 14:53:44 -06:00
parent c28b292184
commit 36892966f2
7 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -3,3 +3,8 @@ npm-debug.log
wtfpython-pypi/build/
wtfpython-pypi/dist/
wtfpython-pypi/wtfpython.egg-info
# Python-specific byte-compiled files should be ignored
__pycache__/
*.py[cod]
*$py.class

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.