File: .gitignore

package info (click to toggle)
python-troveclient 1%3A8.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,856 kB
  • sloc: python: 17,208; sh: 67; makefile: 17
file content (21 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*.pyc
.stestr/
.tox/*
dist/*
build/*
html/*
*.egg*
cover/*
.coverage
rdserver.txt
python-troveclient.iml
AUTHORS
ChangeLog

# Files created by releasenotes build
releasenotes/build
/doc/build/
/doc/source/reference/api/

# Files generated by JetBrains
.idea/