File: .gitignore

package info (click to toggle)
python-pyluach 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: python: 2,300; makefile: 20; sh: 6
file content (11 lines) | stat: -rw-r--r-- 76 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
.*
!.gitignore
!.github/
*.pyc
*~
ENV*
*egg*
*build*
*.whl
dist/*
*htmlcov*