• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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/
15
16# Autogenerated version information
17dateutil/_version.py
18
19# Sphinx documentation
20docs/_build/
21
22# Timezone information
23tzdata*.tar.gz
24
25.idea
26.cache
27