From 23b4ede93f8cb202ff0e85cef45921928ff6a94f Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Wed, 25 Mar 2020 15:31:57 +0100 Subject: Initial commit with working generator and corresponding tests --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ -- cgit v1.3