initial
This commit is contained in:
commit
5be96ca0e3
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
.mypy_cache
|
||||
__pycache__
|
||||
.vim
|
||||
gen/*
|
||||
!gen/__init__.py
|
||||
|
||||
build
|
||||
dist
|
||||
*.egg-info
|
||||
result
|
Loading…
Reference in a new issue