https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 48374e91b7de2b1a904618f17fb2e207a67b443e authored by Mattia Righi on 19 June 2018, 11:33:34 UTC
Merge pull request #427 from ESMValGroup/version2_development
Tip revision: 48374e9
.gitignore
# Distribution / packaging
.Python
build/
c
develop-eggs/
dist/
downloads/
eggs/
.eggs/
env/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
*.orig
*.tmp
MANIFEST

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Created by editors
*~
\#*
\.\#*
*.swp

# Created by PyCharm
.idea/

# eclipse/pydev
.project
.pydevproject
.settings

#pytest
.cache

# PyInstaller
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Jupyter Notebook
.ipynb_checkpoints

*.tmp
*.orig
/c
/tests/data/**
test-reports/
/test_bash.sh
/python_test_out.txt

# Build folder
doc/sphinx/source/diag_scripts/**
doc/sphinx/source/plot_scripts/**
doc/sphinx/build
back to top