Skip to content

Commit ecca99c

Browse files
author
zhouxiaoyu
committed
update debug 0.0.4
1 parent 725b84b commit ecca99c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
11
.DS_Store
2+
3+
# virtualenv
4+
.venv
5+
venv/
6+
7+
# Jupyter Notebook
8+
.ipynb_checkpoints
9+
10+
# Distribution / packaging
11+
.Python
12+
env/
13+
build/
14+
develop-eggs/
15+
dist/
16+
*.egg-info/
17+
wheels/
18+
19+
.idea/

0 commit comments

Comments
 (0)