1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
337 B

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# Build detritus
build/
dist/
.eggs
*.egg-info/
# Test detritus
.tox/
.pytest_cache/
venv/
.venv/
.hypothesis/
# Autogenerated version information
dateutil/_version.py
# Sphinx documentation
docs/_build/
# Timezone information
tzdata*.tar.gz
.idea
.cache
.mypy_cache