File: .gitignore

package info (click to toggle)
python-cluster 1.4.1.post3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: python: 812; makefile: 146; sh: 4
file content (11 lines) | stat: -rw-r--r-- 94 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
*.pyc
/*.egg-info
/.cache
/.pytest_cache
/.tox
/MANIFEST
/build
/dist
/docs/_build
/env
/env3