Skip to content

Commit 6d84d28

Browse files
authored
Add .vscode and .egg-info to gitignore (#701)
1 parent 7e354ef commit 6d84d28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ MANIFEST
22
build/
33
dist/
44
.tox/
5+
.vscode/
56
.idea/
67
.cache/
78
__pycache__/
89
tmp/
910
*.swp
1011
*.pyc
12+
*.egg-info/

0 commit comments

Comments
 (0)