Skip to content

Commit a27d52a

Browse files
committed
Update .gitignore
1 parent f567918 commit a27d52a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ __pycache__/
66
*.pytest_cache
77
.coverage
88

9+
# build & tmp files
10+
*.pyc
11+
*.DS_Store
12+
*.egg*
13+
/dist/
14+
/.idea
15+
/docs/_build/
16+
/node_modules/
17+
build/
18+
919
# database & logs
1020
*.db
1121
*.sqlite3

0 commit comments

Comments
 (0)