31 lines
337 B
Plaintext
31 lines
337 B
Plaintext
# 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
|