File: .gitignore

package info (click to toggle)
metomi-isodatetime 2.0.2-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 480 kB
  • sloc: python: 5,564; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
*.py[co]
*.swp
.pytest_cache/

# coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# distutils files
build/
dist
MANIFEST
isodatetime.egg-info/
metomi_isodatetime.egg-info/
.eggs

# text editor files
.vscode/