From 4329cb0a3b8eec858762755a38c6a3e196876c0e Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Sun, 1 Oct 2023 18:08:45 +0200 Subject: Initial Commit Signed-off-by: Colin Wilk --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..74477c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__ +.pytype +.env -- cgit v1.2.3