File: .gitignore

package info (click to toggle)
python-uhashring 2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 634; makefile: 19
file content (8 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
*.pyc
.cache
.pytest_cache
.coverage
.tox
*.egg-info/
dist/
build/