add .gitignore and remove pycache

lethe/LATEST
Jan Petykiewicz 4 years ago
parent 034d5fbcb7
commit b9272f5a12

15
.gitignore vendored

@ -0,0 +1,15 @@
*.pyc
__pycache__
*.idea
build/
dist/
*.egg-info/
.mypy_cache/
*.swp
*.swo
*.gds
*.gds.gz
Loading…
Cancel
Save