diff --git a/.gitignore b/.gitignore index 3329365..8bf11e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.swp +*.egg-info .cache/ .coverage blockchain.cache diff --git a/scripts/logs/.gitignore b/scripts/logs/.gitignore index b9f50b1..f687ece 100644 --- a/scripts/logs/.gitignore +++ b/scripts/logs/.gitignore @@ -1,4 +1,5 @@ # Ignore all logs *.log +*.schedule # Except this file -!.gitignore \ No newline at end of file +!.gitignore