Skip to content

Commit b3480eb

Browse files
authored
Merge pull request #193 from rstudio/mm-pycache
Exclude __pycache__ by default
2 parents 559283d + 5ea6b23 commit b3480eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rsconnect/bundle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
".git/",
3030
".svn/",
3131
".venv/",
32+
"__pycache__/",
3233
"env/",
3334
"packrat/",
3435
"rsconnect-python/",

0 commit comments

Comments
 (0)