Skip to content

Commit 041d63b

Browse files
authored
Added "Python Tools for Visual Studio" to VisualStudio.gitignore
__pycache__/ *.pyc
1 parent 300b054 commit 041d63b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

VisualStudio.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,3 +254,7 @@ paket-files/
254254

255255
# CodeRush
256256
.cr/
257+
258+
# Python Tools for Visual Studio (PTVS)
259+
__pycache__/
260+
*.pyc

0 commit comments

Comments
 (0)