File: .gitignore

package info (click to toggle)
python-colorama 0.4.6-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: python: 1,428; sh: 49; makefile: 41
file content (13 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
*.pyc
*.egg-info
.coverage
.tox/
/MANIFEST
/build/
/dist/
/sandbox/
/tags
virtualenv

# PyCharm
.idea