Files
vllm_agent_strategy/.gitignore
2026-07-21 16:04:18 +08:00

20 lines
188 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 密钥和本地配置(包含 token
config.local.json
# SQLite 数据库
state*.db
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
# 环境变量文件
.env
# IDE
.idea/
.vscode/