File: .gitignore

package info (click to toggle)
python-rstr 3.2.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: python: 408; sh: 7; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
syntax: glob

*.pyc
dist/*
*.egg-info
.tox/*
.env/*
.credentials/*