File: .gitignore

package info (click to toggle)
googleplay-api 0.4.4%2Bgit20200310-3
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,624 kB
  • sloc: python: 836; sh: 22; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
__pycache__/
.ropeproject/
*.swp
*.apk
*.obb
build/
dist/
*.egg-info/
.idea/
.venv/

# This file will be generated during build
gpapi/googleplay_pb2.py