Skip to content

Commit c23c716

Browse files
author
Kyle Owens
committed
labelbox python api
1 parent f55ba70 commit c23c716

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+4445
-2324
lines changed

.circleci/config.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.gitignore

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ parts/
2020
sdist/
2121
var/
2222
wheels/
23+
pip-wheel-metadata/
24+
share/python-wheels/
2325
*.egg-info/
2426
.installed.cfg
2527
*.egg
@@ -38,6 +40,7 @@ pip-delete-this-directory.txt
3840
# Unit test / coverage reports
3941
htmlcov/
4042
.tox/
43+
.nox/
4144
.coverage
4245
.coverage.*
4346
.cache
@@ -55,6 +58,7 @@ coverage.xml
5558
*.log
5659
local_settings.py
5760
db.sqlite3
61+
db.sqlite3-journal
5862

5963
# Flask stuff:
6064
instance/
@@ -65,17 +69,27 @@ instance/
6569

6670
# Sphinx documentation
6771
docs/_build/
68-
docs/.doctrees
6972

7073
# PyBuilder
7174
target/
7275

7376
# Jupyter Notebook
7477
.ipynb_checkpoints
7578

79+
# IPython
80+
profile_default/
81+
ipython_config.py
82+
7683
# pyenv
7784
.python-version
7885

86+
# pipenv
87+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
88+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
89+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
90+
# install all needed dependencies.
91+
#Pipfile.lock
92+
7993
# celery beat schedule file
8094
celerybeat-schedule
8195

@@ -103,6 +117,14 @@ venv.bak/
103117

104118
# mypy
105119
.mypy_cache/
120+
.dmypy.json
121+
dmypy.json
122+
123+
# Pyre type checker
124+
.pyre/
125+
126+
.idea
106127

107-
# CircleCI
108-
test-results/
128+
# Vim swap files
129+
*.swp
130+
*.swo

MANIFEST.in

Lines changed: 0 additions & 18 deletions
This file was deleted.

Pipfile

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)