mirror of
				https://github.com/jlu5/PyLink.git
				synced 2025-11-04 08:57:25 +01:00 
			
		
		
		
	- HTML version now available via a .csv -> .html generator script - Addded a column for ChatIRCd
		
			
				
	
	
		
			24 lines
		
	
	
		
			231 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			231 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Ignore config files except the example ones
 | 
						|
*.yml
 | 
						|
!example-*.yml
 | 
						|
!.*.yml
 | 
						|
 | 
						|
# Automatically generated by setup.py
 | 
						|
/__init__.py
 | 
						|
 | 
						|
env/
 | 
						|
build/
 | 
						|
__pycache__/
 | 
						|
.idea/
 | 
						|
*.py[cod]
 | 
						|
*.bak
 | 
						|
*~
 | 
						|
*#
 | 
						|
*.save*
 | 
						|
*.db
 | 
						|
*.pid
 | 
						|
*.pem
 | 
						|
.eggs
 | 
						|
*.egg-info/
 | 
						|
dist/
 |