summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-10-16 17:29:45 +0200
committerBotond Hende <nettingman@gmail.com>2024-10-16 17:29:45 +0200
commitc435f1d1175f090619cb1ae75e5000e0eafb35e3 (patch)
treeb90e865d0a8ac1eccc584ba53628a92a60b61eb4
parentae2433dcb5dffad2a91adc7f94d154c89b036464 (diff)
added __pycache__/ to .gitignore
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8b145b8..7000d71 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
.idea/
venv/
+__pycache__/
+
modules/hassil
+