30 lines
274 B
Text
30 lines
274 B
Text
# Python
|
|
venv/
|
|
*.pyc
|
|
|
|
# File stuff
|
|
.DS_Store
|
|
*.bak
|
|
*.git_hidden
|
|
|
|
# Vim Stuff
|
|
.syntastic_*_config
|
|
.breakpoints
|
|
*.swp
|
|
*.swo
|
|
|
|
# Latex
|
|
latexmk_output/
|
|
|
|
# Javascript
|
|
node_modules/
|
|
|
|
# PHP
|
|
vendor/
|
|
|
|
# Jupyter Notebooks
|
|
.ipynb_checkpoints
|
|
*/.ipynb_checkpoints/*
|
|
|
|
# Jetbrains
|
|
/.idea/
|