Skip to content

Commit ccb0bc7

Browse files
Update gitignore
1 parent ba095cb commit ccb0bc7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
# Ignore local secret file
55
.env
6+
.pypirc
67

78
# Ignore cache
89
__pycache__/
10+
11+
# Ignore build and distribution directories/files
12+
build/
13+
dist/
14+
*.egg-info/

0 commit comments

Comments
 (0)