From caeff7e9b58812ce8d5e342f8355a15de3363049 Mon Sep 17 00:00:00 2001 From: Eric Holscher <25510+ericholscher@users.noreply.github.com> Date: Fri, 22 Feb 2019 10:49:50 -0300 Subject: [PATCH] Update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9bce9eb..1e2af61 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +# Copy of https://github.com/github/gitignore/blob/master/Python.gitignore + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -113,4 +115,4 @@ venv.bak/ dmypy.json # Pyre type checker -.pyre/ \ No newline at end of file +.pyre/