File: .gitignore

package info (click to toggle)
python-protego 0.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,048 kB
  • sloc: python: 1,492; perl: 190; cpp: 33; sh: 4; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# compiled files
__pycache__/
*.py[cod]

# distribution / packaging
*.egg-info/
*.egg
.eggs/
build/
dist/

# environments
*venv*/

# test
.tox/

.idea/

# coverage data
.coverage
.coverage.*
coverage.*