加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
########################################################################
# Python - https://github.com/github/gitignore/blob/master/Python.gitignore
########################################################################
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
eggs/
.eggs/
*.egg-info/
*.egg
# Unit test / coverage reports
.coverage
.coverage\.*
.pytest_cache/
.mypy_cache/
test-reports
# Test fixtures
cffi_bin
# Pyenv Stuff
.python-version
########################################################################
# OSX - https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
########################################################################
.DS_Store
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
########################################################################
# node - https://github.com/github/gitignore/blob/master/Node.gitignore
########################################################################
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependency directories
node_modules/
# Coverage directory used by tools like istanbul
coverage/
# Lockfiles
yarn.lock
package-lock.json
########################################################################
# JetBrains
########################################################################
.idea
########################################################################
# VSCode
########################################################################
.vscode/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化