File: .gitignore

package info (click to toggle)
python-qinlingclient 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 444 kB
  • sloc: python: 2,104; sh: 259; makefile: 22
file content (41 lines) | stat: -rw-r--r-- 383 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#IntelJ Idea
.idea/

#virtualenv
.venv/

#Build results
build/
dist/
*.egg-info/
.tox
AUTHORS
ChangeLog
eggs/
.eggs/
develop-eggs/
*.egg

#Python
*.pyc

#Translation build
*.mo

#SQLite Database files
*.sqlite

#Autogenerated Documentation
doc/source/api

#Testing framework
.stestr
.coverage
*,cover
cover

#swap file
*.swp

# Files created by releasenotes build
releasenotes/build