File: .gitignore

package info (click to toggle)
compreffor 0.4.6.post1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 412 kB
  • sloc: python: 1,857; cpp: 1,065; makefile: 34; sh: 13
file content (19 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
__pycache__/
*.py[cod]

*.DS_Store

.Python
*.egg-info/
.installed.cfg
*.egg

pip-log.txt
pip-delete-this-directory.txt

*.o
*.so

.eggs/
.tox/
.cache/