mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 13:34:43 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			234 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# gitignore template for Jupyter Notebooks
 | 
						|
# website: http://jupyter.org/
 | 
						|
 | 
						|
.ipynb_checkpoints
 | 
						|
*/.ipynb_checkpoints/*
 | 
						|
 | 
						|
# IPython
 | 
						|
profile_default/
 | 
						|
ipython_config.py
 | 
						|
 | 
						|
# Remove previous ipynb_checkpoints
 | 
						|
#   git rm -r .ipynb_checkpoints/
 |