34 lines
		
	
	
	
		
			323 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
	
		
			323 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/
 | |
| 
 | |
| # PHP
 | |
| /vendor/
 | |
| 
 | |
| # Jupyter Notebooks
 | |
| .ipynb_checkpoints
 | |
| */.ipynb_checkpoints/*
 | |
| 
 | |
| # Jetbrains
 | |
| /.idea/
 | |
| 
 | |
| # Other
 | |
| *-VBoxHeadless-*.log
 |