FeatureMatching / .gitignore
qubvel-hf's picture
qubvel-hf HF staff
New history
cff8c58
raw
history blame
277 Bytes
# Compiled python modules.
*.pyc
# Byte-compiled
_pycache__/
.cache/
# Poetry, setuptools, PyPI distribution artifacts.
/*.egg-info
.eggs/
build/
dist/
poetry.lock
# Tests
.pytest_cache/
# Type checking
.pytype/
# Other
*.DS_Store
# PyCharm
.idea
.venv
*egg-info
/gradio*