File: .gitignore

package info (click to toggle)
propka 3.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,888 kB
  • sloc: python: 7,156; makefile: 39
file content (17 lines) | stat: -rw-r--r-- 181 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

# Compiled python files
*.py[cod]
# PIP stuff
*.egg-info
# Visual studio code
.vscode

# editor files
*~

# generated files
docs/build
docs/source/api/*.rst
build/
dist/
.coverage