File: .gitignore

package info (click to toggle)
python-pex 1.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,840 kB
  • sloc: python: 9,757; sh: 1,394; makefile: 165
file content (16 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*~
*.pyc
*.egg-info
/.cache
/venv
/build/*
/dist/*
/docs/_build
/.tox
/.idea
/.coverage*
/htmlcov
/.pyenv_test
.cache/*
.eggs/*
/.pytest_cache