mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
19 lines
208 B
Plaintext
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
|
|
*~ |