diff options
author | jwansek <37976823+jwansek@users.noreply.github.com> | 2018-12-16 16:09:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-16 16:09:08 +0000 |
commit | 379a3330624e31365fc38b7d6ff91f984ff186d7 (patch) | |
tree | 5fedfac766ed375af31664844ae357a396e9f265 /.gitignore | |
parent | 720f9901c5d7bfe1ec1f67ba2d664ea390303461 (diff) | |
download | SmallYTChannelBot-379a3330624e31365fc38b7d6ff91f984ff186d7.tar.gz SmallYTChannelBot-379a3330624e31365fc38b7d6ff91f984ff186d7.zip |
Updated list of files to ignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,5 @@ +login.py + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] @@ -7,6 +9,7 @@ __pycache__/ *.so # Distribution / packaging +.vs/ .Python build/ develop-eggs/ |