aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-03-23 04:39:27 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-03-23 04:39:27 +0300
commit52bce8457499ab0a2628ecc806c18e0e8a2489c7 (patch)
tree9085c028ae41aa86d5bb9154ab01bfc5993e3e62
parent84e4bbed0bd69a10517691c1c056f0e98a2c324d (diff)
add __pycache__ to .gitignore
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6b75623..8f70d67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
.idea
-venv \ No newline at end of file
+venv
+__pycache__ \ No newline at end of file