mirror of
				https://github.com/cooperhammond/irs.git
				synced 2025-11-03 18:14:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			353 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			353 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# General stuff to ignore.
 | 
						|
*.pyc
 | 
						|
/dist/
 | 
						|
/*.egg-info/
 | 
						|
/build/
 | 
						|
__pycache__/
 | 
						|
.eggs
 | 
						|
 | 
						|
# For easy updating of stuff.
 | 
						|
update_pypi_and_github.py
 | 
						|
 | 
						|
# Currently in progress
 | 
						|
/flexx-app/
 | 
						|
/.idea/
 | 
						|
*test.py
 | 
						|
 | 
						|
# Temporarily downloaded files
 | 
						|
*.mp3
 | 
						|
*.zip
 | 
						|
*.part
 | 
						|
*.webm
 | 
						|
 | 
						|
# Coverage files
 | 
						|
.coverage
 | 
						|
 | 
						|
# Temporarily built binaries
 | 
						|
ffmpeg binaries/
 | 
						|
 | 
						|
# vscode work space
 | 
						|
.vscode/ |