1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-12-22 12:50:23 +01:00
wtfpython/.gitignore

24 lines
320 B
Plaintext
Raw Normal View History

2019-10-28 19:23:06 +05:30
.DS_Store
2017-08-31 01:12:10 +05:30
node_modules
npm-debug.log
2018-01-22 11:11:14 +05:30
wtfpython-pypi/build/
wtfpython-pypi/dist/
wtfpython-pypi/wtfpython.egg-info
# Python-specific byte-compiled files should be ignored
__pycache__/
*.py[cod]
*$py.class
irrelevant/.ipynb_checkpoints/
irrelevant/.python-version
2019-12-20 00:36:19 +05:30
.idea/
.vscode/
# Virtual envitonments
venv/
.venv/