19 lines
138 B
Text
19 lines
138 B
Text
# Python
|
|
venv/
|
|
*.pyc
|
|
|
|
# File stuff
|
|
.DS_Store
|
|
|
|
# Vim Stuff
|
|
*.swp
|
|
*.swo
|
|
|
|
# Latex
|
|
latexmk_output/
|
|
|
|
# Javascript
|
|
node_modules/
|
|
|
|
# PHP
|
|
vendor/
|