Skip to content

Commit

Permalink
labelbox python api
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Owens committed Nov 15, 2019
1 parent f55ba70 commit c23c716
Show file tree
Hide file tree
Showing 90 changed files with 4,445 additions and 2,324 deletions.
32 changes: 0 additions & 32 deletions .circleci/config.yml

This file was deleted.

28 changes: 25 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
Expand All @@ -38,6 +40,7 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
Expand All @@ -55,6 +58,7 @@ coverage.xml
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
Expand All @@ -65,17 +69,27 @@ instance/

# Sphinx documentation
docs/_build/
docs/.doctrees

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# celery beat schedule file
celerybeat-schedule

Expand Down Expand Up @@ -103,6 +117,14 @@ venv.bak/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

.idea

# CircleCI
test-results/
# Vim swap files
*.swp
*.swo
18 changes: 0 additions & 18 deletions MANIFEST.in

This file was deleted.

32 changes: 0 additions & 32 deletions Pipfile

This file was deleted.

Loading

0 comments on commit c23c716

Please sign in to comment.