mirror of
				https://github.com/python-kasa/python-kasa.git
				synced 2025-11-04 06:32:07 +00:00 
			
		
		
		
	* Update docs for newer devices and DeviceConfig * Tweak docs post review * Move sentence to newline * Update post review * Update following review
		
			
				
	
	
		
			31 lines
		
	
	
		
			298 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			298 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Compiled python modules.
 | 
						|
__pycache__/
 | 
						|
*.pyc
 | 
						|
 | 
						|
# Setuptools distribution folder.
 | 
						|
/dist/
 | 
						|
 | 
						|
# Python egg metadata, regenerated from source files by setuptools.
 | 
						|
/*.egg-info
 | 
						|
/*.egg
 | 
						|
 | 
						|
# Coverage
 | 
						|
.coverage
 | 
						|
 | 
						|
# Tox
 | 
						|
.tox
 | 
						|
.cache
 | 
						|
 | 
						|
# IntelliJ
 | 
						|
.idea
 | 
						|
 | 
						|
# vscode
 | 
						|
.vscode
 | 
						|
 | 
						|
# VirtualEnvs
 | 
						|
venv
 | 
						|
.venv
 | 
						|
 | 
						|
/build
 | 
						|
docs/build
 |