File: .gitignore

package info (click to toggle)
python-exceptiongroup 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 264 kB
  • sloc: python: 2,425; makefile: 5
file content (17 lines) | stat: -rw-r--r-- 174 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*.egg-info
*.dist-info
*.pyc
build
dist
__pycache__
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.eggs/
.tox
.idea
.cache
.local
venv*/
/src/exceptiongroup/_version.py