mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-21 18:54:20 +01:00
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:
parent
c28b292184
commit
5d2e377487
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
BIN
wtfpython-pypi/__pycache__/main.cpython-35.pyc
vendored
BIN
wtfpython-pypi/__pycache__/main.cpython-35.pyc
vendored
Binary file not shown.
BIN
wtfpython-pypi/main.pyc
vendored
BIN
wtfpython-pypi/main.pyc
vendored
Binary file not shown.
BIN
wtfpython-pypi/wtf_python/__init__.pyc
vendored
BIN
wtfpython-pypi/wtf_python/__init__.pyc
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
wtfpython-pypi/wtf_python/main.pyc
vendored
BIN
wtfpython-pypi/wtf_python/main.pyc
vendored
Binary file not shown.
Loading…
Reference in New Issue
Block a user