File: .gitignore

package info (click to toggle)
diskcache 5.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,364 kB
  • sloc: python: 7,026; makefile: 20
file content (21 lines) | stat: -rw-r--r-- 248 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
# Python byte-code
*.py[co]

# virutalenv directories
/env*/
/.venv*/

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

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

# macOS metadata
.DS_Store