wtfpython/.gitignore

11 lines
195 B
Plaintext
Raw Normal View History

2017-08-30 19:42:10 +00:00
node_modules
npm-debug.log
2018-01-22 05:41:14 +00:00
wtfpython-pypi/build/
wtfpython-pypi/dist/
wtfpython-pypi/wtfpython.egg-info
# Python-specific byte-compiled files should be ignored
__pycache__/
*.py[cod]
*$py.class