File: .gitignore

package info (click to toggle)
python-pyzipper 0.3.6-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,112 kB
  • sloc: python: 9,552; makefile: 37
file content (17 lines) | stat: -rw-r--r-- 166 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
build/
dist/
pyzipper.egg-info
*.pyc
*.swp
*.egg
.tox/
.coverage
.coverage.*
@test*

# auto generated doc files
docs/api/
docs/_build

# Pycharm project files
.idea/