[go: up one dir, main page]

File: .gitignore

package info (click to toggle)
redis-py-cluster 1.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 592 kB
  • ctags: 781
  • sloc: python: 4,608; ruby: 1,045; makefile: 542
file content (15 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Ignore all python compiled files
*.pyc
*.swp
env27*
.tox
.coverage*
dump.rdb
redis-git
htmlcov
dist
build
*.egg-info
.cache
docs/_build
docs/_build_html