summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b799ed285db5c56b45226c7daef32d98af846c78 (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
# 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
.python-version

*wheel-store*

Dockerfile*
.dockerignore