37 lines
351 B
Text
37 lines
351 B
Text
# Python
|
|
/venv/
|
|
*.pyc
|
|
|
|
# File stuff
|
|
.DS_Store
|
|
*.bak
|
|
*.git_hidden
|
|
*.git_hidden.*
|
|
|
|
# Vim Stuff
|
|
.syntastic_*_config
|
|
.breakpoints
|
|
*.swp
|
|
*.swo
|
|
|
|
# Latex
|
|
/latexmk_output/
|
|
|
|
# Javascript
|
|
/node_modules/
|
|
.npmrc
|
|
|
|
# PHP
|
|
/vendor/
|
|
|
|
# Jupyter Notebooks
|
|
.ipynb_checkpoints
|
|
*/.ipynb_checkpoints/*
|
|
|
|
# Jetbrains
|
|
/.idea/
|
|
/.fleet/
|
|
|
|
# Other
|
|
*-VBoxHeadless-*.log
|
|
.tokeignore
|