summaryrefslogtreecommitdiffstats
path: root/third_party/python/py/.gitignore
blob: 375476fd3cde86a5a0604920784db38d72d325c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.cache/
.tox/
__pycache__/

*.pyc
*.pyo

*.egg-info
.eggs/

dist/*
/py/_version.py
.pytest_cache/