Files
agent-framework/python/samples/getting_started/devui/.gitignore
T
2025-11-11 18:28:38 -08:00

19 lines
208 B
Plaintext

# Auto-generated Dockerfiles from DevUI deployment
*/Dockerfile
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Environment files (may contain secrets)
.env
*.env
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~