File: .gitignore

package info (click to toggle)
python-socketio-client 0.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 212 kB
  • sloc: python: 1,250; javascript: 142; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Python
*.egg*
*.py[co]
.cache
.coverage
__pycache__
build
dist
sdist
# Transient
*.log
# Vim
*.sw[op]
*~