File: .gitignore

package info (click to toggle)
python-plyer 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,724 kB
  • sloc: python: 13,395; sh: 217; makefile: 177
file content (30 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (2)
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
*.pyc
*.pyo
.*.swp
.*.swo
build
docs/build/
dist
*.egg-info
venv

*.komodoproject
.komodotools

# PyDev
.project
.pydevproject
.settings/

bin
.buildozer
.idea

# VS Code
.vscode

# Mac
*.DS_Store

# Coverage
.coverage