From 731f0906ef49bb43f8496ffbe550f7ef5c184026 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:54:59 +0100 Subject: [PATCH] Update .gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 454d0df..5918865 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,3 @@ -config.ini - # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -130,4 +128,6 @@ dmypy.json # Pyre type checker .pyre/ -config.toml \ No newline at end of file +# config, quick test +config.toml +quick.py \ No newline at end of file