From 2fcf8a033efcc248837de0004c869af354f0bffb Mon Sep 17 00:00:00 2001 From: needlenose Date: Tue, 18 Oct 2022 20:36:05 -0700 Subject: [PATCH] Ignore pycache --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 75e07da..d096d4c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,7 @@ venv/ MachineProductCfg.xml # Ignore tiles -tiles/* \ No newline at end of file +tiles/* + +# Python compiled files +__pycache__/