File: .gitignore

package info (click to toggle)
pycodestyle 2.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: python: 4,743; makefile: 135; sh: 12
file content (9 lines) | stat: -rw-r--r-- 75 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
*.egg
*.egg-info
*.pyc
/.coverage*
/.tox
/build/
/dist
/venv*/
docs/_build