Added "Python Tools for Visual Studio" to VisualStudio.gitignore

__pycache__/
*.pyc
This commit is contained in:
Matthias 2016-08-23 08:09:33 +02:00 committed by GitHub
parent 300b0540c3
commit 041d63b8eb
1 changed files with 4 additions and 0 deletions

View File

@ -254,3 +254,7 @@ paket-files/
# CodeRush
.cr/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc