Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 14 additions & 74 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,79 +1,19 @@
# Editor configs
.vscode/
.mypy_cache
.idea

# Byte-compiled / optimized / DLL files
# Python
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
*.pyc
*.pyo
*.pyd
.Python
develop-eggs/
build/
*/build/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
env/
venv/
pip-selfcheck.json
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
example/test_sql_crud

# Common virtualenv paths
.venv/
.env/
*.env

# Example notebook checkpoint
example/.ipynb_checkpoints/

# Example binary files
example/test_db/document_binary/*

# MacOS
*.DS_Store
*.egg-info/
dist/
build/

# symlinked schema
ndi/schema
*/.ndi
# DID-matlab
DID-matlab/

# mypy cache
3.8/
# MkDocs
site/
34 changes: 0 additions & 34 deletions Pipfile

This file was deleted.

Loading