mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			280 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			280 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Ignore config files except the example ones
 | 
						|
*.yml
 | 
						|
!example-*.yml
 | 
						|
!.*.yml
 | 
						|
 | 
						|
# Ignore automatically generated version for normal commits. This is bumped manually when needed.
 | 
						|
__init__.py
 | 
						|
 | 
						|
env/
 | 
						|
build/
 | 
						|
__pycache__/
 | 
						|
*.py[cod]
 | 
						|
*.bak
 | 
						|
*~
 | 
						|
*.save*
 | 
						|
*.db
 | 
						|
*.pid
 | 
						|
*.pem
 | 
						|
.eggs
 | 
						|
*.egg-info/
 | 
						|
dist/
 |