Commit 28713baf authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Initial commit

parent 8147daaa
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+17 −0
Original line number Original line Diff line number Diff line
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]

# Distribution / packaging
.pypirc
dist/
build/
*.pyc
*.pyo

# test artefacts
.pytest_cache
docs/_build

# vscode artefacts
.vscode