File: .gitignore

package info (click to toggle)
findpython 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 216 kB
  • sloc: python: 1,428; makefile: 48
file content (13 lines) | stat: -rw-r--r-- 142 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
.pdm-python
*.py[cod]
__pycache__/
venv/
.venv/
.tox/
.vscode/
/build/
/dist/
*.egg-info/
/target/
.pdm-build/
/src/findpython/__version__.py