first commit: add README and gitignore
This commit is contained in:
commit
6bfb634a0c
|
|
@ -0,0 +1,11 @@
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
.pytest_cache/
|
||||||
|
*.log
|
||||||
|
venv/
|
||||||
|
.idea/
|
||||||
|
.DS_Store
|
||||||
|
data/
|
||||||
|
docs/
|
||||||
Loading…
Reference in New Issue