Files
screen/.gitignore
2025-12-16 11:36:49 +08:00

21 lines
274 B
Plaintext

# --- Python 通用忽略 ---
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.env
.venv/
# --- VS Code 配置 (可选,建议忽略) ---
.vscode/
# --- JetBrains (你之前的配置) ---
.idea/
/shelf/
/workspace.xml
/httpRequests/
/dataSources/
/dataSources.local.xml