add .gitignore and remove pycache
This commit is contained in:
parent
034d5fbcb7
commit
b9272f5a12
9 changed files with 15 additions and 0 deletions
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
*.pyc
|
||||
__pycache__
|
||||
|
||||
*.idea
|
||||
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.mypy_cache/
|
||||
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
*.gds
|
||||
*.gds.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue