1
0
Fork 0
mirror of https://github.com/satwikkansal/wtfpython synced 2025-07-04 20:38:06 +02:00
wtfpython/.gitignore

20 lines
243 B
Text
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/