File: .gitignore

package info (click to toggle)
python-drf-spectacular 0.28.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,748 kB
  • sloc: python: 14,174; javascript: 114; sh: 61; makefile: 30
file content (24 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*.pyc
*.db
*~
.*

html/
htmlcov/
coverage/
build/
dist/
venv/
*.egg-info/
MANIFEST
docs/_build/

bin/
include/
lib/
local/

generated_clients/
*_out.yml

!.gitignore