1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-06-01 10:58:03 +02:00
wtfpython/.gitignore
Srdjan Grubor 5d2e377487 Removed byte-compiled and cached files
These should never be commited to repos and they're also now on
gitignore.
2018-01-26 10:18:19 +05:30

11 lines
195 B
Plaintext
Vendored

node_modules
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