File: .gitignore

package info (click to toggle)
sphinx-theme-builder 0.2.0b2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: python: 2,227; sh: 19; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 115 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# JS stuff
.nodeenv
node_modules

# Python stuff
.nox
/build
/dist
__pycache__

# Coverage stuff
.coverage
htmlcov