1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-11-21 18:54:20 +01:00
wtfpython/.gitignore

21 lines
243 B
Plaintext
Vendored

.DS_Store
node_modules
npm-debug.log
# Python-specific byte-compiled files should be ignored
__pycache__/
*.py[cod]
*$py.class
irrelevant/.ipynb_checkpoints/
irrelevant/.python-version
.idea/
.vscode/
# Virtual envitonments
venv/
.venv/