
# python bytecode
*.py[cod]
__pycache__/

# - Command reference from called script 'custom/make-commands.sh'.
doc/src/appendices/command-ref.rst

# vim backup files
*.swp

# emacs backup files
*~

# vscode
.vscode

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

# processed suite definitions
*.rc.processed

# suite passphrases
passphrase

# profiling
.profiling

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

# distutils files
build
dist
MANIFEST
cylc.egg-info
cylc_flow.egg-info
.eggs

# virtualenv
venv

# mypy
.mypy_cache/

