ADK-agents/.gitignore
2026-07-29 15:14:45 +08:00

31 lines
236 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
# Virtual environment
.venv/
venv/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Environment
.env
.env.local
# OS
.DS_Store
Thumbs.db
# Project specific
*.db