Skip to content

Commit 429b70f

Browse files
committed
add .gitignore
1 parent 5ce62d5 commit 429b70f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.DS_Store
2+
.idea
3+
.vscode
4+
__pycache__/
5+
venv*
6+
*.pyc
7+
config.json
8+
nohup.out
9+
tmp
10+
plugins.json

0 commit comments

Comments
 (0)