update .gitignore.

This commit is contained in:
lee
2022-04-08 08:39:26 +00:00
committed by Gitee
parent 18ac5470a4
commit eda8c5a813

199
.gitignore vendored
View File

@ -1,3 +1,69 @@
<<<<<<< HEAD
# Repo-specific GitIgnore ----------------------------------------------------------------------------------------------
*.jpg
*.jpeg
*.png
*.bmp
*.tif
*.tiff
*.heic
*.JPG
*.JPEG
*.PNG
*.BMP
*.TIF
*.TIFF
*.HEIC
*.mp4
*.mov
*.MOV
*.avi
*.data
*.json
*.cfg
!cfg/yolov3*.cfg
storage.googleapis.com
runs/*
data/*
!data/images/zidane.jpg
!data/images/bus.jpg
!data/coco.names
!data/coco_paper.names
!data/coco.data
!data/coco_*.data
!data/coco_*.txt
!data/trainvalno5k.shapes
!data/*.sh
pycocotools/*
results*.txt
gcp_test*.sh
# Datasets -------------------------------------------------------------------------------------------------------------
coco/
coco128/
VOC/
# MATLAB GitIgnore -----------------------------------------------------------------------------------------------------
*.m~
*.mat
!targets*.mat
# Neural Network weights -----------------------------------------------------------------------------------------------
*.weights
*.pt
*.bin
*.onnx
*.mlmodel
*.torchscript
darknet53.conv.74
yolov3-tiny.conv.15
# GitHub Python GitIgnore ----------------------------------------------------------------------------------------------
=======
>>>>>>> 18ac5470a4129ec2a47420034b92d20da24aef2e
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
@ -8,6 +74,10 @@ __pycache__/
# Distribution / packaging # Distribution / packaging
.Python .Python
<<<<<<< HEAD
env/
=======
>>>>>>> 18ac5470a4129ec2a47420034b92d20da24aef2e
build/ build/
develop-eggs/ develop-eggs/
dist/ dist/
@ -20,11 +90,19 @@ parts/
sdist/ sdist/
var/ var/
wheels/ wheels/
<<<<<<< HEAD
*.egg-info/
wandb/
.installed.cfg
*.egg
=======
share/python-wheels/ share/python-wheels/
*.egg-info/ *.egg-info/
.installed.cfg .installed.cfg
*.egg *.egg
MANIFEST MANIFEST
>>>>>>> 18ac5470a4129ec2a47420034b92d20da24aef2e
# PyInstaller # PyInstaller
# Usually these files are written by a python script from a template # Usually these files are written by a python script from a template
@ -39,17 +117,24 @@ pip-delete-this-directory.txt
# Unit test / coverage reports # Unit test / coverage reports
htmlcov/ htmlcov/
.tox/ .tox/
<<<<<<< HEAD
=======
.nox/ .nox/
>>>>>>> 18ac5470a4129ec2a47420034b92d20da24aef2e
.coverage .coverage
.coverage.* .coverage.*
.cache .cache
nosetests.xml nosetests.xml
coverage.xml coverage.xml
*.cover *.cover
<<<<<<< HEAD
.hypothesis/
=======
*.py,cover *.py,cover
.hypothesis/ .hypothesis/
.pytest_cache/ .pytest_cache/
cover/ cover/
>>>>>>> 18ac5470a4129ec2a47420034b92d20da24aef2e
# Translations # Translations
*.mo *.mo
@ -58,8 +143,11 @@ cover/
# Django stuff: # Django stuff:
*.log *.log
local_settings.py local_settings.py
<<<<<<< HEAD
=======
db.sqlite3 db.sqlite3
db.sqlite3-journal db.sqlite3-journal
>>>>>>> 18ac5470a4129ec2a47420034b92d20da24aef2e
# Flask stuff: # Flask stuff:
instance/ instance/
@ -72,12 +160,22 @@ instance/
docs/_build/ docs/_build/
# PyBuilder # PyBuilder
<<<<<<< HEAD
=======
.pybuilder/ .pybuilder/
>>>>>>> 18ac5470a4129ec2a47420034b92d20da24aef2e
target/ target/
# Jupyter Notebook # Jupyter Notebook
.ipynb_checkpoints .ipynb_checkpoints
<<<<<<< HEAD
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
=======
# IPython # IPython
profile_default/ profile_default/
ipython_config.py ipython_config.py
@ -100,10 +198,20 @@ __pypackages__/
# Celery stuff # Celery stuff
celerybeat-schedule celerybeat-schedule
celerybeat.pid celerybeat.pid
>>>>>>> 18ac5470a4129ec2a47420034b92d20da24aef2e
# SageMath parsed files # SageMath parsed files
*.sage.py *.sage.py
<<<<<<< HEAD
# dotenv
.env
# virtualenv
.venv*
venv*/
ENV*/
=======
# Environments # Environments
.env .env
.venv .venv
@ -112,6 +220,7 @@ venv/
ENV/ ENV/
env.bak/ env.bak/
venv.bak/ venv.bak/
>>>>>>> 18ac5470a4129ec2a47420034b92d20da24aef2e
# Spyder project settings # Spyder project settings
.spyderproject .spyderproject
@ -125,6 +234,95 @@ venv.bak/
# mypy # mypy
.mypy_cache/ .mypy_cache/
<<<<<<< HEAD
# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore -----------------------------------------------
# General
.DS_Store
.AppleDouble
.LSOverride
# Icon must end with two \r
Icon
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
# https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff:
.idea/*
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/dictionaries
.html # Bokeh Plots
.pg # TensorFlow Frozen Graphs
.avi # videos
# Sensitive or high-churn files:
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
# Gradle:
.idea/**/gradle.xml
.idea/**/libraries
# CMake
cmake-build-debug/
cmake-build-release/
# Mongo Explorer plugin:
.idea/**/mongoSettings.xml
## File-based project format:
*.iws
## Plugin-specific files:
# IntelliJ
out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
=======
.dmypy.json .dmypy.json
dmypy.json dmypy.json
@ -136,3 +334,4 @@ dmypy.json
# Cython debug symbols # Cython debug symbols
cython_debug/ cython_debug/
>>>>>>> 18ac5470a4129ec2a47420034b92d20da24aef2e