File: .gitignore

package info (click to toggle)
python-croniter 2.0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: python: 3,122; makefile: 20; sh: 14
file content (15 lines) | stat: -rw-r--r-- 121 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/.tox
/dist
\.*.cfg
*.egg-info
*.pyc
*.swp
/build
/venv
/.cache
.idea
*.py,cover
.coverage
/venv*
.python-version
/local