
# python bytecode
*.py[cod]
__pycache__/

# Generated documentation files (from 'cylc make-docs')
# - Command reference from called script 'custom/make-commands.sh'.
doc/src/appendices/command-ref.rst
# - Main directories of generated sphinx docs (guides) files.
doc/built-sphinx/
doc/built-sphinx-single/
# - Installed docs
doc/install/

# VERSION FILE
VERSION

# vim backup files
*.swp

# emacs backup files
*~

# ordereddict-0.4.5 build 
ext/ordereddict-0.4.5/build

# global configuration and processed configuration
etc/job-init-env.sh
etc/global.rc
etc/global-tests.rc

# processed suite definitions
*.rc.processed

# suite passphrases
passphrase

# profiling
.profiling

# coverage
.coverage
.coverage.*
coverage.xml
htmlcov/
