mirror of
				https://github.com/ijaric/voice_assistant.git
				synced 2025-10-31 01:23:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			172 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			172 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # OS
 | |
| .DS_Store
 | |
| 
 | |
| # IDE
 | |
| .idea/
 | |
| .vscode/
 | |
| 
 | |
| # Logs
 | |
| *.log
 | |
| 
 | |
| # Artifacts
 | |
| *.whl
 | |
| 
 | |
| # Dependencies
 | |
| .venv/
 | |
| node_modules/
 | |
| 
 | |
| # Python cache
 | |
| __pycache__/
 | |
| .pytest_cache/
 | |
| 
 | |
| # Dists
 | |
| dist/
 | |
| 
 | |
| .env |