aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2022-11-20 20:53:07 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2022-11-20 20:53:07 +0000
commit2cd24395f7ae23ae96955f2d497ab5e4ccd75de0 (patch)
tree05f4c386afb8499ccc23ef2121afb89724109c0a /.gitignore
parent6b1b61f98813a58286e099d92767e01c2d40bc18 (diff)
Remove __pycache__
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..eeb8a6e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+**/__pycache__