File: .gitignore

package info (click to toggle)
jsonpickle 4.0.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,864 kB
  • sloc: python: 6,788; javascript: 654; makefile: 125; sh: 68
file content (32 lines) | stat: -rw-r--r-- 372 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
26
27
28
29
30
31
32
/.coverage
/build
/dist
/docs/build
/images/benchmark-*.svg
/.eggs
/env*
/htmlcov
/tags
/pages
/.pytest_cache
/.tox
/.idea
/.vscode
__pycache__
*.py[cod]
*.egg-info
*.swp
*#*
*~
*.tar.gz
examples/example.json

# Local benchmarking files for Theelx
kern*.py
*.lprof
benchmark-*.json
perf.csv
perf.svg
# Files created by OSS-Fuzz when running locally
fuzz_*.pkg.spec
*.dict