summaryrefslogtreecommitdiff
path: root/.gitignore
blob: f8aceb2f67963b8192baeaf96e84d9aa9d75387c (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
31
# packaging
*.egg-info
build
dist
*.egg
.eggs

# python
*.py[codz]
*$py.class

# tools
.tox
.*_cache
.DS_Store

# IDE
.idea
.vscode

/docs/_draft.rst
/pip-wheel-metadata
/src/virtualenv/version.py
/src/virtualenv/out
venv*
.python-version

*wheel-store*

Dockerfile*
.dockerignore