forked from YikaiFu-cart/acAubo
reformatting
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
# Python 缓存文件
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.class
|
||||
*.pyc
|
||||
*.cache
|
||||
.pytest_cache/
|
||||
|
||||
# IDE 配置文件(可选,若不需要提交 IDE 配置)
|
||||
.idea/
|
||||
|
||||
*.csv
|
||||
|
||||
# PyInstaller 打包产物
|
||||
build/
|
||||
dist/
|
||||
|
||||
# 运行时生成文件
|
||||
ui_settings.json
|
||||
|
||||
# VSCode 配置
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user