File: .gitignore

package info (click to toggle)
python-boolean.py 5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: python: 2,081; makefile: 13; sh: 4
file content (13 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
*.pyc
/boolean.py.egg-info/
/build/
/.tox/
/dist/
/tmp/
/.cache/
/.eggs/
/.pytest_cache/
/.idea/
.python-version
/venv/
/docs/