From 373109c0d7a6627cfccc78056e5dc9bc4e9a942f Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sun, 2 Oct 2016 15:25:22 -0700 Subject: [PATCH] don't want user creds in the repo --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 292d1ca..4535a42 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# User Credentials +test_pylast.yaml + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]