update .gitignore
This commit is contained in:
parent
efcefd8928
commit
9a8d40ea9a
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,4 +1,8 @@
|
||||||
*.pyc
|
# script-generated
|
||||||
aliases*.json
|
aliases*.json
|
||||||
nodedb/
|
nodedb/
|
||||||
|
|
||||||
|
# python bytecode / cache
|
||||||
|
*.pyc
|
||||||
pycache/
|
pycache/
|
||||||
|
__pycache__/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue