1.1.0版本
This commit is contained in:
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Build outputs
|
||||
build/
|
||||
dist/
|
||||
*.spec.bak
|
||||
|
||||
# Test and runtime outputs
|
||||
*.log
|
||||
*.tmp
|
||||
*.bak
|
||||
*.csv
|
||||
*.xlsx
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS files
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Local configuration overrides
|
||||
settings/*.local.json
|
||||
Reference in New Issue
Block a user