1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-11-22 02:54:25 +01:00
wtfpython/.gitignore

21 lines
243 B
Plaintext
Raw Normal View History

2019-10-28 14:53:06 +01:00
.DS_Store
2017-08-30 21:42:10 +02:00
node_modules
npm-debug.log
# Python-specific byte-compiled files should be ignored
__pycache__/
*.py[cod]
*$py.class
irrelevant/.ipynb_checkpoints/
irrelevant/.python-version
2019-12-19 20:06:19 +01:00
.idea/
.vscode/
# Virtual envitonments
venv/
.venv/