File: .gitignore

package info (click to toggle)
taskw 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 536 kB
  • sloc: python: 2,691; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
*.pyc
*.swp
*.pyo
.build
build
*.egg-info
dist
test.html
*.egg*
*.pdf
.tox/*
.vscode/*
env/*