From 67a3c29f2f889335dd93457131dfa248baecb79c Mon Sep 17 00:00:00 2001 From: ashastral Date: Sat, 20 Aug 2022 18:02:31 -0700 Subject: [PATCH] add .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7b3abae --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class +testdata/packs \ No newline at end of file