File: .gitignore

package info (click to toggle)
python-pykka 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 520 kB
  • sloc: python: 2,817; makefile: 113
file content (14 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*.egg-info
*.pyc
/*.lock
/.coverage
/.jj/
/.mypy_cache/
/.pytest_cache/
/.python-version
/.tox
/.venv
/MANIFEST
/build/
/dist/
/docs/_build/*