查询ios的固件,提示降级
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

64 lines
604 B

# Python
*.pyc
__pycache__/
*.pyo
*.pyd
.pytest_cache/
.tox/
.venv/
venv/
ENV/
env/
dist/
build/
*.egg-info/
*.egg
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
*.so
node_modules/
weixin/node_modules
# Editor directories and files
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs/
*.log
*.log.*
log/
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
# Temporary folders
tmp/
temp/