File: .gitignore

package info (click to toggle)
todoman 3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 556 kB
  • sloc: python: 4,079; makefile: 170
file content (17 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
*.sw?
*.pyc
__pycache__
env

build
dist
todoman.egg-info/
.eggs
.cache
.tox
docs/_build/
.coverage
.hypothesis
*.tmp

todoman/version.py