## Docker
docker
.dockerignore

## Git
.git
.github
.gitignore

## Make
[Mm]akefile.config
downloads

## Environments
env

## Node
package.json
package-lock.json
node_modules

## Celery
celeryconfig*
celery-config*
celerybeat-schedule.*

## Python / Extensions etc.
*~
*.mo
*.so
*.py[cod]
*.bak
*.sqlite
*.egg[s]
*.egg-info
*egg[s]__pycache__
.python_history

## Unit test / Coverage reports
.cache
.coverage
coverage
.pylint.d/
.pytest_cache
.tox
nosetests.xml
unit_tests/testdata.json
tests
**/*.log
**/*.lock
testdata.json
reports

## R
*.Rhistory

## Eclipse / PyDev
.project
.pydevproject
.settings

## PyCharm
*.idea
*.run

## Intellij
*.iml

## Kate
*.kate-swp

## Sublime Text Editor
*.sublime*

# sphinx
docs

## External Sources
[Bb]uild
src

## IPython
.ipynb_checkpoints

## gcc/fortran
**/*.o
**/*.a
**/*.mod
**/*.out

## Project process results
workflows
**/*.tif

## build/release
archive
*.zip
*.tar.gz
**/*.zip
**/*.tag.gz

## Project local configurations
!config/*.example
config/*

## Old project sources
[Bb]in
