mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 21:44:22 +08:00
chore: 不要なignoreを削除
This commit is contained in:
parent
864e25d576
commit
21aa247002
7
.gitignore
vendored
7
.gitignore
vendored
@ -85,9 +85,6 @@ ipython_config.py
|
|||||||
# Profiling
|
# Profiling
|
||||||
*.pclprof
|
*.pclprof
|
||||||
|
|
||||||
# pyenv
|
|
||||||
.python-version
|
|
||||||
|
|
||||||
# pipenv
|
# pipenv
|
||||||
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
||||||
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
||||||
@ -138,14 +135,12 @@ dmypy.json
|
|||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
# datasets and projects
|
# datasets and projects
|
||||||
datasets/
|
|
||||||
runs/
|
|
||||||
wandb/
|
wandb/
|
||||||
tests/
|
tests/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# Neural Network weights -----------------------------------------------------------------------------------------------
|
# Neural Network weights -----------------------------------------------------------------------------------------------
|
||||||
weights/
|
weights/*
|
||||||
*.weights
|
*.weights
|
||||||
*.pt
|
*.pt
|
||||||
*.pb
|
*.pb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user