File: .gitignore

package info (click to toggle)
python-adb-shell 0.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 792 kB
  • sloc: python: 3,861; makefile: 191; sh: 124
file content (17 lines) | stat: -rw-r--r-- 162 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Python files
*.idea
*.pyc
**/__pycache__/
adb_shell.egg-info

# Build files
build/
dist/

# Documentation
docs/build/
docs/html/

# Coverage
.coverage
htmlcov/