mirror of
				https://github.com/python-kasa/python-kasa.git
				synced 2025-11-04 06:32:07 +00:00 
			
		
		
		
	Local test clean (#96)
* Add ignores for working coverage/tox/IDE files. * Allow tox not to fail if python version is not available.
This commit is contained in:
		
				
					committed by
					
						
						Teemu R
					
				
			
			
				
	
			
			
			
						parent
						
							0b2e371e79
						
					
				
				
					commit
					44424c1182
				
			
							
								
								
									
										17
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										17
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,6 @@
 | 
			
		||||
# Compiled python modules.
 | 
			
		||||
__pycache__/
 | 
			
		||||
*.pyc
 | 
			
		||||
 | 
			
		||||
# Setuptools distribution folder.
 | 
			
		||||
/dist/
 | 
			
		||||
@@ -8,4 +9,20 @@ __pycache__/
 | 
			
		||||
/*.egg-info
 | 
			
		||||
/*.egg
 | 
			
		||||
 | 
			
		||||
# Coverage
 | 
			
		||||
.coverage
 | 
			
		||||
 | 
			
		||||
# Tox
 | 
			
		||||
.tox
 | 
			
		||||
.cache
 | 
			
		||||
 | 
			
		||||
# IntelliJ
 | 
			
		||||
.idea
 | 
			
		||||
 | 
			
		||||
# VirtualEnvs
 | 
			
		||||
venv
 | 
			
		||||
.venv
 | 
			
		||||
 | 
			
		||||
/build
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user