# Python
/venv/
*.pyc

# File stuff
.DS_Store
*.bak

*.git_hidden
*.git_hidden.*
*.git-hidden
*.git-hidden.*

# Vim Stuff
*.swp
*.swo

# Latex
/latexmk_output/

# Javascript
/node_modules/
.npmrc

# PHP
/vendor/

# Jupyter Notebooks
.ipynb_checkpoints
*/.ipynb_checkpoints/*

# Jetbrains
/.idea/
/.fleet/

# Other
*-VBoxHeadless-*.log
.tokeignore