File: .gitignore

package info (click to toggle)
python-holidays 0.86-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 57,296 kB
  • sloc: python: 117,830; javascript: 85; makefile: 59
file content (25 lines) | stat: -rw-r--r-- 257 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
__pycache__
.coverage
.github_token
.gitpod.yml
.idea
.tox
.venv
.vscode/
*.code-workspace
*.csv
*.DS_Store
*.egg-info
*.mo
*.pyc
build/*
coverage.lcov
coverage.xml
dist/
docs/auto_gen_files/
holidays/locale/pot/*.pot
MANIFEST
Pipfile
sbom.json
site/
venv/