mirror of
				https://github.com/ijaric/voice_assistant.git
				synced 2025-10-31 05:43:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			134 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			134 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Python dependencies
 | |
| .venv/
 | |
| 
 | |
| # Python cache
 | |
| __pycache__/
 | |
| .pytest_cache/
 | |
| 
 | |
| # Coverage reports
 | |
| /.coverage
 | |
| 
 | |
| # Environment variables
 | |
| .env
 |