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.

21 lines
258 B

# Python缓存文件
__pycache__/
*.pyc
*.pyo
ECHO 处于打开状态。
# 临时文件
*.swp
*.swo
ECHO 处于打开状态。
# IDE配置文件
.vscode/
.idea/
ECHO 处于打开状态。
# 系统文件
.DS_Store
Thumbs.db
ECHO 处于打开状态。
# 大型依赖目录
node_modules/
.yarn/