summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7588eaf50ef91333bbb77061bffa5b0f8da53b07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*.egg-info
*.dist-info
*.pyc
*.so
*.dll
build
dist
venv*/
docs/_build
src/wheel/_version.py
__pycache__
.coverage
.pytest_cache
.ruff_cache
.mypy_cache
.tox
.idea
.cache
.eggs