Update .gitignore

This commit is contained in:
Eric Holscher 2019-02-22 10:49:50 -03:00 committed by GitHub
parent 25019a4810
commit caeff7e9b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.gitignore vendored
View file

@ -1,3 +1,5 @@
# Copy of https://github.com/github/gitignore/blob/master/Python.gitignore
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
@ -113,4 +115,4 @@ venv.bak/
dmypy.json dmypy.json
# Pyre type checker # Pyre type checker
.pyre/ .pyre/