aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: ae11b6919a1966e14d9b4e60ac0682b9d46ea45f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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