41 lines
397 B
Text
41 lines
397 B
Text
# Python
|
|
/venv/
|
|
*.pyc
|
|
|
|
# File stuff
|
|
.DS_Store
|
|
*.bak
|
|
|
|
*.git_hidden
|
|
*.git_hidden.*
|
|
*.git-hidden
|
|
*.git-hidden.*
|
|
|
|
# Vim Stuff
|
|
*.swp
|
|
*.swo
|
|
|
|
# Profiling/Debugging/Coverage
|
|
default_*.profraw
|
|
|
|
# Latex
|
|
/latexmk_output/
|
|
|
|
# Javascript
|
|
/node_modules/
|
|
.npmrc
|
|
|
|
# PHP
|
|
/vendor/
|
|
|
|
# Jupyter Notebooks
|
|
.ipynb_checkpoints
|
|
*/.ipynb_checkpoints/*
|
|
|
|
# Jetbrains
|
|
/.idea/
|
|
/.fleet/
|
|
|
|
# Other
|
|
*-VBoxHeadless-*.log
|
|
.tokeignore
|