mirror of https://github.com/UX-Decoder/DINOv.git
114 lines
1.2 KiB
Plaintext
114 lines
1.2 KiB
Plaintext
# IntelliJ project files
|
|
#repo.diff
|
|
.idea
|
|
.vscode
|
|
.amltignore
|
|
*.iml
|
|
out
|
|
gen
|
|
visinf
|
|
coco_caption
|
|
### Vim template
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
*~
|
|
*.sh
|
|
vis_scribble
|
|
|
|
### IPythonNotebook template
|
|
# Temporary data
|
|
.ipynb_checkpoints/
|
|
|
|
### Python template
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
#lib/
|
|
#lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.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
|
|
|
|
# Translations
|
|
*.mo
|
|
*.pot
|
|
|
|
# Django stuff:
|
|
*.log
|
|
|
|
# Sphinx documentation
|
|
docs/_build/
|
|
|
|
# PyBuilder
|
|
target/
|
|
|
|
*.ipynb
|
|
*.params
|
|
# *.json
|
|
#.vscode/
|
|
*.code-workspace/
|
|
|
|
lib/pycocotools/_mask.c
|
|
lib/nms/cpu_nms.c
|
|
|
|
OUTPUT
|
|
OUTPUT/*
|
|
models/*
|
|
DATASET
|
|
DATASET/*
|
|
external/
|
|
MODELS
|
|
MODELS/*
|
|
|
|
kill.sh
|
|
|
|
draws/
|
|
plot/
|
|
|
|
|
|
|
|
|
|
*venv/*
|
|
*.pt
|
|
*.pth
|