File: .gitignore

package info (click to toggle)
python-tmdbsimple 2.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 348 kB
  • sloc: python: 2,231; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 179 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
# Python files
*.py[cod]
*.py.swo
*.egg-info
__pycache__
build
dist

# Make files
Makefile

# Build files
.coverage
coverage.xml
htmlcov

# Editor files
## Vim files
.*.swp
.idea