diff options
| author | Matt Smith <matt@offtopica.uk> | 2019-11-15 23:39:10 +0000 |
|---|---|---|
| committer | Matt Smith <matt@offtopica.uk> | 2019-11-15 23:39:10 +0000 |
| commit | 1b2953f03d4a3e393d19f779f4e82c8d9a38e664 (patch) | |
| tree | b7019fb294db88f30a0b9ba654657ab08850874f | |
| parent | fe3f6a3e6bd1eb58b172e54410403c695b39daf1 (diff) | |
| download | monzero-core-1b2953f03d4a3e393d19f779f4e82c8d9a38e664.tar.gz monzero-core-1b2953f03d4a3e393d19f779f4e82c8d9a38e664.tar.xz monzero-core-1b2953f03d4a3e393d19f779f4e82c8d9a38e664.zip | |
Add __pycache__ directory to .gitignore
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0ece7cb75..08c310e66 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,5 @@ nbproject .idea/ /testnet + +__pycache__/ |
