File: .gitignore

package info (click to toggle)
python-androidtv 0.0.73-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 792 kB
  • sloc: python: 7,123; makefile: 188; sh: 105
file content (19 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Python files
*.idea
*.pyc
**/__pycache__/
androidtv.egg-info

# Build / development files
.eggs/
.vs/
.vscode/
build/
dist/

# Documentation
docs/build/

# Coverage
.coverage
htmlcov/