File: .gitignore

package info (click to toggle)
python-fakeredis 2.29.0-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,772 kB
  • sloc: python: 19,002; sh: 8; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
scripts/*.json
fakeredis.egg-info
dump.rdb
extras/*
.tox
*.pyc
.idea
.hypothesis
.coverage
cover/
venv/
dist/
build/*
docker-compose.yml
.DS_Store
*.iml
.venv/
.fleet
.mypy_cache
.pytest_cache
**/__pycache__
scratch*
.python-version
.env