File: .gitignore

package info (click to toggle)
sortedcontainers 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 11,136 kB
  • sloc: python: 6,613; sh: 60; makefile: 18
file content (19 lines) | stat: -rw-r--r-- 236 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
# Python byte-code
*.py[co]

# virutalenv directories
/env*/

# test files/directories
.coverage
.pytest_cache/
/.tox/

# setup and upload directories
/build/
/dist/
/sortedcontainers.egg-info/
/docs/_build/

# macOS metadata
.DS_Store