Pipfile.lock is ignored because it won't work between different platforms if the dependency requirements diverge. Python compilation products are ignored, as they are derived directly from Python source files.
		
			
				
	
	
		
			8 lines
		
	
	
		
			110 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			110 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Doesn't work with platform differences
 | |
| Pipfile.lock
 | |
| 
 | |
| # Python compilation products
 | |
| __pycache__/
 | |
| *.pyc
 | |
| *.pyo
 |