1# Byte-compiled / optimized / DLL files
2__pycache__/
3*.py[cod]
4
5
6# Build detritus
7build/
8dist/
9.eggs
10*.egg-info/
11
12# Test detritus
13.tox/
14.pytest_cache/
15venv/
16.venv/
17.hypothesis/
18
19# Autogenerated version information
20dateutil/_version.py
21
22# Sphinx documentation
23docs/_build/
24
25# Timezone information
26tzdata*.tar.gz
27
28.idea
29.cache
30.mypy_cache
31