1+ # Customized
2+ weights /*
3+ ! weights /ckpt.t7
4+ ! weights /DHN.pth
5+ ! weights /osnet_x0_25.pth
6+
17# Byte-compiled / optimized / DLL files
28__pycache__ /
39* .py [cod ]
2026sdist /
2127var /
2228wheels /
23- pip-wheel-metadata/
2429share /python-wheels /
2530* .egg-info /
2631.installed.cfg
@@ -50,6 +55,7 @@ coverage.xml
5055* .py,cover
5156.hypothesis /
5257.pytest_cache /
58+ cover /
5359
5460# Translations
5561* .mo
@@ -72,6 +78,7 @@ instance/
7278docs /_build /
7379
7480# PyBuilder
81+ .pybuilder /
7582target /
7683
7784# Jupyter Notebook
@@ -81,11 +88,10 @@ target/
8188profile_default /
8289ipython_config.py
8390
84- # Profiling
85- *.pclprof
86-
8791# pyenv
88- .python-version
92+ # For a library or package, you might want to ignore these files since the code is
93+ # intended to run in multiple environments; otherwise, check them in:
94+ # .python-version
8995
9096# pipenv
9197# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -94,7 +100,22 @@ ipython_config.py
94100# install all needed dependencies.
95101# Pipfile.lock
96102
97- # PEP 582; used by e.g. github.com/David-OConnor/pyflow
103+ # poetry
104+ # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
105+ # This is especially recommended for binary packages to ensure reproducibility, and is more
106+ # commonly ignored for libraries.
107+ # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
108+ # poetry.lock
109+
110+ # pdm
111+ # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
112+ # pdm.lock
113+ # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
114+ # in version control.
115+ # https://pdm.fming.dev/#use-with-ide
116+ .pdm.toml
117+
118+ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
98119__pypackages__ /
99120
100121# Celery stuff
@@ -131,9 +152,15 @@ dmypy.json
131152# Pyre type checker
132153.pyre /
133154
134- # datasets and projects
135- datasets/
136- runs/
137- wandb/
155+ # pytype static type analyzer
156+ .pytype /
157+
158+ # Cython debug symbols
159+ cython_debug /
138160
139- .DS_Store
161+ # PyCharm
162+ # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
163+ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
164+ # and can be added to the global gitignore or merged into this file. For a more nuclear
165+ # option (not recommended) you can uncomment the following to ignore the entire idea folder.
166+ # .idea/
0 commit comments