tmp/

# installer
#Makefile

# Docker
#Dockerfile

.mypy_cache

# PyWPS 
custom.cfg
.custom.cfg
*.pid

# Python / Extensions etc.
*~
*.mo
*.so
*.pyc
*.pyo
*.egg
*.egg-info
*.sqlite
*.bak
__pycache__

# Unit test / Coverage reports
.cache
.pytest_cache
.coverage
.tox
nosetests.xml
unit_tests/testdata.json

# R
*.Rhistory

# Eclipse / PyDev
.project
.pydevproject
.settings

# PyCharm
*.idea

# vscode
*.vscode

# Kate
*.kate-swp

# Sublime Text Editor
*.sublime*

# buildout
bin
develop-eggs
eggs
parts
build
dist
downloads
.installed.cfg
.mr.developer.cfg
bootstrap-buildout.py
bootstrap.py
#generated by buildout

# sphinx
#docs/Makefile
docs/make.bat
docs/doctrees/
docs/html/
docs/build/

# External Sources
#src/external
src/

# tests
*.log
*.lock
testdata.json

# IPython
.ipynb_checkpoints

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