Skip to content

Commit d97ef5d

Browse files
authored
chore(API): Ignore egg-info packaging metadata (#7539)
1 parent a3dfe7c commit d97ef5d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

api/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ static/*
22
!static/.gitkeep
33
**/staticfiles/*
44

5+
# Python packaging metadata generated by editable installs
6+
*.egg-info/
7+
58
# SaaS only modules
69
saml/
710
features/workflows/logic/

0 commit comments

Comments
 (0)