# Python __pycache__/ *.py[cod] *$py.class *.so .Python *.egg-info/ dist/ build/ # Virtual environments venv/ env/ ENV/ adk_venv/ .venv/ # Environment files .env *.env api_keys.env # IDE .vscode/ .idea/ *.swp *.swo # Git .git/ .gitignore .gitattributes # OS .DS_Store Thumbs.db # Gradio .gradio/ flagged/ # Test scripts test_docker.sh # Documentation (not needed in container) README.md QUICKSTART.md *.md