File: .gitignore

package info (click to toggle)
python-imgviz 1.7.6%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,056 kB
  • sloc: python: 3,131; makefile: 25
file content (11 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Python
__pycache__/
*.pyc
/dist/
/src/
/*.egg-info/
/.mypy_cache/
/build/

# Sphinx
/docs/build/