generated from daniil-berg/boilerplate-py
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			169 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			169 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Python virtual environment:
 | 
						|
/.venv/
 | 
						|
# IDE settings:
 | 
						|
/.idea/
 | 
						|
/.vscode/
 | 
						|
# Distribution / packaging:
 | 
						|
*.egg-info/
 | 
						|
/dist/
 | 
						|
# Python cache:
 | 
						|
__pycache__/
 | 
						|
# Testing:
 | 
						|
.coverage
 |