File: .gitignore

package info (click to toggle)
ipdb 0.13.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: python: 566; sh: 8; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
bin
lib
include

# Python
*.pyc
/__pycache__/

# setuptools / distribute
/*.egg-info/
/*.egg/
/build/
/dist/

# tox
.tox

# pip
pip-selfcheck.json