加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 2.29 KB
一键复制 编辑 原始数据 按行查看 历史
Kautenja 提交于 2018-07-18 14:27 . update gitignore
# MARK: Project Files
build/
# MARK: Python gitignore
# https://github.com/github/gitignore/blob/master/Python.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
# TODO: this might not need ignored for this package
*.so
# Distribution / packaging
MANIFEST
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
# MARK: CPP Project Files
# https://github.com/github/gitignore/blob/master/C%2B%2B.gitignore
## Prerequisites
*.d
## Compiled Object files
*.slo
*.lo
*.o
*.obj
## Precompiled Headers
*.gch
*.pch
## Compiled Dynamic libraries
*.so
*.dylib
*.dll
## Fortran module files
*.mod
*.smod
## Compiled Static libraries
*.lai
*.la
*.a
*.lib
## Executables
*.exe
*.out
*.app
# MARK: scons Files
# https://github.com/github/gitignore/blob/master/SCons.gitignore
.sconsign.dblite
.scon*
config.log
# MacOS gitignore
# https://raw.githubusercontent.com/github/gitignore/master/Global/macOS.gitignore
## General
.DS_Store
.AppleDouble
.LSOverride
## Icon must end with two \r
Icon
## Thumbnails
._*
## Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
## Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化