26 lines
		
	
	
	
		
			246 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			246 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Python
 | |
| venv/
 | |
| *.pyc
 | |
| 
 | |
| # File stuff
 | |
| .DS_Store
 | |
| *.bak
 | |
| 
 | |
| # Vim Stuff
 | |
| .syntastic_*_config
 | |
| .breakpoints
 | |
| *.swp
 | |
| *.swo
 | |
| 
 | |
| # Latex
 | |
| latexmk_output/
 | |
| 
 | |
| # Javascript
 | |
| node_modules/
 | |
| 
 | |
| # Jupyter Notebooks
 | |
| .ipynb_checkpoints
 | |
| */.ipynb_checkpoints/*
 | |
| 
 | |
| # Jetbrains
 | |
| /.idea/
 |