Files
stock_cursor_v0/.gitignore

11 lines
104 B
Plaintext

# 密钥与本地配置
backend/.env
# Python
backend/.venv/
__pycache__/
*.pyc
# 临时/日志
*.log