File: .gitignore

package info (click to toggle)
flexparser 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 380 kB
  • sloc: python: 2,558; makefile: 4
file content (24 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*~
__pycache__
*egg-info*
*.pyc
.DS_Store
docs/_build/
.idea
.vscode
build/
dist/
MANIFEST
*pytest_cache*
.eggs

# WebDAV file system cache files
.DAV/

# tags files (from ctags)
tags

.coverage*

# notebook stuff
*.ipynb_checkpoints*