mirror of
https://github.com/satwikkansal/wtfpython.git
synced 2025-07-24 15:01:43 +02: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:
committed by
Satwik Kansal
parent
c28b292184
commit
5d2e377487
5
.gitignore
vendored
5
.gitignore
vendored
@@ -3,3 +3,8 @@ npm-debug.log
|
|||||||
wtfpython-pypi/build/
|
wtfpython-pypi/build/
|
||||||
wtfpython-pypi/dist/
|
wtfpython-pypi/dist/
|
||||||
wtfpython-pypi/wtfpython.egg-info
|
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.
Reference in New Issue
Block a user