Upload folder using huggingface_hub
Browse files- .gitignore +52 -39
.gitignore
CHANGED
|
@@ -1,12 +1,7 @@
|
|
| 1 |
-
#
|
| 2 |
-
.
|
| 3 |
-
.venv
|
| 4 |
-
env/
|
| 5 |
-
venv/
|
| 6 |
-
ENV/
|
| 7 |
-
env.bak/
|
| 8 |
-
venv.bak/
|
| 9 |
|
|
|
|
| 10 |
# Byte-compiled / optimized / DLL files
|
| 11 |
__pycache__/
|
| 12 |
*.py[cod]
|
|
@@ -54,40 +49,29 @@ htmlcov/
|
|
| 54 |
nosetests.xml
|
| 55 |
coverage.xml
|
| 56 |
*.cover
|
|
|
|
| 57 |
.hypothesis/
|
| 58 |
.pytest_cache/
|
| 59 |
|
| 60 |
-
#
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
*.swp
|
| 64 |
-
*.swo
|
| 65 |
-
.DS_Store
|
| 66 |
|
| 67 |
-
#
|
| 68 |
*.log
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
*.tmp
|
| 80 |
-
*.temp
|
| 81 |
-
.coverage
|
| 82 |
-
htmlcov/
|
| 83 |
-
.pytest_cache/
|
| 84 |
-
.mypy_cache/
|
| 85 |
|
| 86 |
-
#
|
| 87 |
-
|
| 88 |
-
.env.development.local
|
| 89 |
-
.env.test.local
|
| 90 |
-
.env.production.local
|
| 91 |
|
| 92 |
# PyBuilder
|
| 93 |
target/
|
|
@@ -100,13 +84,31 @@ profile_default/
|
|
| 100 |
ipython_config.py
|
| 101 |
|
| 102 |
# pyenv
|
| 103 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
|
| 105 |
# celery beat schedule file
|
| 106 |
celerybeat-schedule
|
| 107 |
|
| 108 |
# SageMath parsed files
|
| 109 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
|
| 111 |
# Spyder project settings
|
| 112 |
.spyderproject
|
|
@@ -124,4 +126,15 @@ celerybeat-schedule
|
|
| 124 |
dmypy.json
|
| 125 |
|
| 126 |
# Pyre type checker
|
| 127 |
-
.pyre/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Created by https://www.toptal.com/developers/gitignore/api/python
|
| 2 |
+
# Edit at https://www.toptal.com/developers/gitignore?templates=python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
+
### Python ###
|
| 5 |
# Byte-compiled / optimized / DLL files
|
| 6 |
__pycache__/
|
| 7 |
*.py[cod]
|
|
|
|
| 49 |
nosetests.xml
|
| 50 |
coverage.xml
|
| 51 |
*.cover
|
| 52 |
+
*.log
|
| 53 |
.hypothesis/
|
| 54 |
.pytest_cache/
|
| 55 |
|
| 56 |
+
# Translations
|
| 57 |
+
*.mo
|
| 58 |
+
*.pot
|
|
|
|
|
|
|
|
|
|
| 59 |
|
| 60 |
+
# Django stuff:
|
| 61 |
*.log
|
| 62 |
+
local_settings.py
|
| 63 |
+
db.sqlite3
|
| 64 |
+
db.sqlite3-journal
|
| 65 |
+
|
| 66 |
+
# Flask stuff:
|
| 67 |
+
instance/
|
| 68 |
+
.webassets-cache
|
| 69 |
+
|
| 70 |
+
# Scrapy stuff:
|
| 71 |
+
.scrapy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 72 |
|
| 73 |
+
# Sphinx documentation
|
| 74 |
+
docs/_build/
|
|
|
|
|
|
|
|
|
|
| 75 |
|
| 76 |
# PyBuilder
|
| 77 |
target/
|
|
|
|
| 84 |
ipython_config.py
|
| 85 |
|
| 86 |
# pyenv
|
| 87 |
+
# For a library or package, you might want to ignore these files since the code is
|
| 88 |
+
# intended to run in multiple environments; otherwise, check them in:
|
| 89 |
+
# .python-version
|
| 90 |
+
|
| 91 |
+
# pipenv
|
| 92 |
+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
| 93 |
+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
| 94 |
+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
| 95 |
+
# install all needed dependencies.
|
| 96 |
+
#Pipfile.lock
|
| 97 |
|
| 98 |
# celery beat schedule file
|
| 99 |
celerybeat-schedule
|
| 100 |
|
| 101 |
# SageMath parsed files
|
| 102 |
+
*.sage.py
|
| 103 |
+
|
| 104 |
+
# Environments
|
| 105 |
+
.env
|
| 106 |
+
.venv
|
| 107 |
+
env/
|
| 108 |
+
venv/
|
| 109 |
+
ENV/
|
| 110 |
+
env.bak/
|
| 111 |
+
venv.bak/
|
| 112 |
|
| 113 |
# Spyder project settings
|
| 114 |
.spyderproject
|
|
|
|
| 126 |
dmypy.json
|
| 127 |
|
| 128 |
# Pyre type checker
|
| 129 |
+
.pyre/
|
| 130 |
+
|
| 131 |
+
# pytype static analyzer
|
| 132 |
+
.pytype/
|
| 133 |
+
|
| 134 |
+
# Cython debug symbols
|
| 135 |
+
cython_debug/
|
| 136 |
+
|
| 137 |
+
# Poetry
|
| 138 |
+
#poetry.lock
|
| 139 |
+
|
| 140 |
+
# End of https://www.toptal.com/developers/gitignore/api/python
|