File: .gitignore

package info (click to toggle)
jsonpickle 3.0.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,184 kB
  • sloc: python: 6,088; javascript: 654; makefile: 90; sh: 17
file content (22 lines) | stat: -rw-r--r-- 218 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
/.coverage
/build
/dist
/docs/build
/images/benchmark-*.svg
/.eggs
/env*
/tags
/.pytest_cache
/.tox
/.idea
__pycache__
*.py[cod]
*.egg-info
*.swp
*#*
*~
*.tar.gz

# Local benchmarking files for Theelx
kern*.py
*.lprof