File: .gitignore

package info (click to toggle)
pysimplesoap 1.16.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 596 kB
  • sloc: python: 4,454; xml: 281; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 96 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
*.pyc
issue*.xml

/.idea
/PySimpleSOAP.egg-info
/.coverage

lib/*
bin/*
include/*

build/
dist/