Skip to content

Commit b3bcf1b

Browse files
committed
PLAT-245 -- Add .gitignore
1 parent e2e728c commit b3bcf1b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
*.py[cod]
2+
*.egg-info
3+
.coverage
4+
wheelhouse
5+
config
6+
.env.*
7+
.cache
8+
.tox

0 commit comments

Comments
 (0)