add data folder to gitignore
This commit is contained in:
parent
25ebfc01d4
commit
fa24134efa
1 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
**/__pycache__/*
|
**/__pycache__/*
|
||||||
*.log
|
*.log
|
||||||
/.idea
|
/.idea
|
||||||
|
.radical-api/*
|
Loading…
Reference in a new issue