Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] Merge jupyter notebooks for 1) mongo validation and ref integrity check && 2) RDF gen #521

Closed
wants to merge 14 commits into from
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ MANIFEST
pip-log.txt
pip-delete-this-directory.txt

# mongo-restore
*.tar
*.agz

# Unit test / coverage reports
htmlcov/
.tox/
Expand All @@ -55,6 +59,8 @@ coverage.xml
*.mo
*.pot



# Django stuff:
*.log
local_settings.py
Expand Down Expand Up @@ -103,6 +109,7 @@ celerybeat.pid

# Environments
.env
.env.localhost
.venv
env/
venv/
Expand Down
Loading