一阶段高筛制作完成
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# --- Python 通用忽略 ---
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
.env
|
||||
.venv/
|
||||
|
||||
# --- VS Code 配置 (可选,建议忽略) ---
|
||||
.vscode/
|
||||
|
||||
# --- JetBrains (你之前的配置) ---
|
||||
.idea/
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
/httpRequests/
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
Reference in New Issue
Block a user