summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-07-06 00:37:30 +0200
committerBotond Hende <nettingman@gmail.com>2024-07-15 23:34:41 +0200
commit3d94849523db563ae1a835987c45d135a518d77c (patch)
tree37fa6c12c44d6f4dc5c1a1d45ae9ce9d92458229 /.gitignore
parentd59cce6995025a8de220426187331c615ad3a4c7 (diff)
added pycache to gitignore
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..61f2dc9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+**/__pycache__/