File: .gitignore

package info (click to toggle)
peptidebuilder 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,072 kB
  • sloc: python: 3,033; sh: 31; makefile: 11
file content (20 lines) | stat: -rw-r--r-- 165 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
*.py[co]
.DS_Store
_build
build
dist
*.egg-info
*.eggs/
*~
*.bak
*.swp
.ipynb_checkpoints/
.cache
.mypy_cache

.coverage
*.dist-info/
*.pytest_cache/

.vscode
.idea