82 lines
832 B
Plaintext
82 lines
832 B
Plaintext
.idea
|
|
.env
|
|
.vscode
|
|
.github
|
|
.DS_Store
|
|
postgres-data
|
|
snomed/elastic
|
|
mongo-data
|
|
|
|
*.pem
|
|
*.cer
|
|
*.key
|
|
*.p8
|
|
elastic
|
|
lacchain-postgres-data
|
|
certs
|
|
did.txt
|
|
/fhir-terminology/package
|
|
/fhir-terminology/*.tgz
|
|
|
|
postgres-data-app
|
|
json
|
|
.snowstorm-init-status
|
|
|
|
# Python cache and bytecode files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# PyInstaller
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
|
|
# Virtual environments
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# pyenv
|
|
.python-version
|
|
postgres-data-app/
|
|
snomed/elastic
|
|
mongo-data
|
|
.snowstorm-init-status/
|