Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Nov 16, 2020
0 parents commit 32c5159
Show file tree
Hide file tree
Showing 3 changed files with 734 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# python bytecode
*.py[cod]
__pycache__/

# vim backup files
*.swp

# emacs backup files
*~

# vscode
.vscode

# processed suite definitions
*.rc.processed
*.cylc.processed

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

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

# virtualenv
venv

# mypy
.mypy_cache/

# docker stuffs
.docker*

# operating system junk
.DS_Store
Loading

0 comments on commit 32c5159

Please sign in to comment.