diff --git a/deploy-template.sh b/deploy-template.sh index 671c18c..893f317 100755 --- a/deploy-template.sh +++ b/deploy-template.sh @@ -8,7 +8,7 @@ elif [[ -n "$1" ]]; then ln -s "$OVER_DIR" cp "$OVER_DIR/template.py" "$1" chmod +x "$1" - echo "over" >> .gitignore + echo "over\n__pycache__" >> .gitignore else echo '!! Missing argument (program name).' fi