# Echo Voice Assistant — Git Ignore # Python __pycache__/ *.py[cod] *.egg-info/ dist/ build/ *.egg # Virtual environments venv/ .venv/ env/ # Model weights (large files — download separately) models/ !models/.gitkeep # Generated audio audio_output/ !audio_output/.gitkeep # Environment & secrets .env .env.local # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Logs *.log