ADD file via upload

pt37mxo6z 4 months ago
parent 7f4f0be909
commit 872ec94f4e

27
.gitignore vendored

@ -0,0 +1,27 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C developer
*.so
# File for PyPI
*.egg-info/
dist/
build/
# IDE config
.idea/
.spyderproject
.ropeproject
# Python env
.venv/
venv/
.env
.python-version
# save the test data
/data/
/datasets/
Loading…
Cancel
Save