diff --git a/.gitignore b/.gitignore index 3a6fee4..bd5f1b8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,9 +4,6 @@ # Python __pycache__/ *.pyc -*.pyo -*.pyd -.Python # OS .DS_Store @@ -16,3 +13,7 @@ __pycache__/ .idea/ *.swp *.swo +# API keys and secrets +*secret* +*key* +*token* diff --git a/postman/google-doc-url.json b/postman/google-doc-url.json deleted file mode 100644 index 70545da..0000000 --- a/postman/google-doc-url.json +++ /dev/null @@ -1 +0,0 @@ -{"URL":"https://docs.google.com/document/d/0B9kwDTQ0UFjQVWtCTVBrV0ZCS3BFUXkyaHEtNFhzSzF3WEI0/edit?usp=sharing&ouid=102711825957905167280&resourcekey=0-lJH9Rilj-XkFkytoyvmwFg&rtpof=true&sd=true"} \ No newline at end of file