File: .gitignore

package info (click to toggle)
python-holidays 0.71-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 45,404 kB
  • sloc: python: 83,816; javascript: 85; makefile: 62
file content (25 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.coverage
.github_token
.gitpod.yml
.idea
.tox
.venv
.vscode/
*.code-workspace
*.DS_Store
*.egg-info
*.mo
*.pyc
build/*
coverage.lcov
coverage.xml
dist/
docs/auto_gen_files/
docs/build
docs/source/_autosummary
holidays/locale/pot/*.pot
MANIFEST
Pipfile
sbom.json
site/
venv/