aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJ08nY2024-07-24 18:42:08 +0200
committerJ08nY2024-07-24 18:42:08 +0200
commit9ed656201b83402f29a45c3c35cb6c31e95d1a48 (patch)
treed2043b5c5edc7a594fabb3af448680f28557bd99
parentfd4e4f7d03fc407392696ee4972079ba592f62ec (diff)
downloadpyecsca-notebook-9ed656201b83402f29a45c3c35cb6c31e95d1a48.tar.gz
pyecsca-notebook-9ed656201b83402f29a45c3c35cb6c31e95d1a48.tar.zst
pyecsca-notebook-9ed656201b83402f29a45c3c35cb6c31e95d1a48.zip
Add __pycache__ to gitignore.
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 200ddef..205f3a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
.pytest_cache/
-.ipynb_checkpoints/ \ No newline at end of file
+.ipynb_checkpoints/
+__pycache__/