SciPost Code Repository

Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitignore 286 B
*.pyc
__pycache__

*.json
!package.json
!**/fixtures/*.json
*.log

*~

.DS_STORE

# Package managers
/venv*
/node_modules/
*webpack-stats.json

.python-version
*secrets.json

/uploads*
/media*

SCIPOST_JOURNALS
UPLOADS

/docs/_build
/local_files/
/static/
static_bundles/

whoosh_index