File: .gitignore

package info (click to toggle)
python-redis 6.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,296 kB
  • sloc: python: 57,443; sh: 179; makefile: 128
file content (29 lines) | stat: -rw-r--r-- 342 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
24
25
26
27
28
29
*.pyc
redis.egg-info
build/
dist/
dump.rdb
_build
vagrant/.vagrant
.python-version
.cache
.eggs
.idea
.vscode
.coverage
env
venv
coverage.xml
.venv*
*.xml
.coverage*
prof
profile_output*
docker/stunnel/keys
/dockers/*/node-*/*
/dockers/*/tls/*
/dockers/standalone/
/dockers/cluster/
/dockers/replica/
/dockers/sentinel/
/dockers/redis-stack/