summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 8e754eaaf0614a268eb720ca852c8a1587c708c7 (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
# python
*.pyc
*.pyo
*.swp
__pycache__


# packaging folders
/src/tox/version.py
/build/
/dist/
/src/tox.egg-info

# tox working folder
/.tox

# IDEs
/.idea
/.vscode

# tools
/.*_cache

# documentation
/docs/_draft.rst

# release
credentials.json

pip-wheel-metadata