File: .gitignore

package info (click to toggle)
python-rq 2.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,428 kB
  • sloc: python: 12,349; makefile: 22; sh: 19
file content (25 lines) | stat: -rw-r--r-- 203 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
25
*.pyc
*.egg-info

.DS_Store

/dump.rdb
/.direnv
/.envrc
/.tox
/dist
/build
.tox
.pytest_cache/
.vagrant
Vagrantfile
.idea/
.coverage*
/.cache
.python-version

Gemfile
Gemfile.lock
_site/
.venv/
.vscode/