diff options
| author | J08nY | 2024-07-24 18:42:08 +0200 |
|---|---|---|
| committer | J08nY | 2024-07-24 18:42:08 +0200 |
| commit | 9ed656201b83402f29a45c3c35cb6c31e95d1a48 (patch) | |
| tree | d2043b5c5edc7a594fabb3af448680f28557bd99 | |
| parent | fd4e4f7d03fc407392696ee4972079ba592f62ec (diff) | |
| download | pyecsca-notebook-9ed656201b83402f29a45c3c35cb6c31e95d1a48.tar.gz pyecsca-notebook-9ed656201b83402f29a45c3c35cb6c31e95d1a48.tar.zst pyecsca-notebook-9ed656201b83402f29a45c3c35cb6c31e95d1a48.zip | |
Add __pycache__ to gitignore.
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ .pytest_cache/ -.ipynb_checkpoints/
\ No newline at end of file +.ipynb_checkpoints/ +__pycache__/ |
