mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-11 14:08:53 +01:00
5d2e377487
These should never be commited to repos and they're also now on gitignore.
11 lines
195 B
Plaintext
Vendored
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
|