File: .gitignore

package info (click to toggle)
python-requests-cache 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,024 kB
  • sloc: python: 7,029; makefile: 4
file content (39 lines) | stat: -rw-r--r-- 362 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
30
31
32
33
34
35
36
37
38
39
build/
dist/
downloads/
example_cache/
http_cache/
venv/

*.db
*.egg
*.egg-info
*.py[cod]
*.sqlite
*.sqlite-journal
.venv
Pipfile
profile.json

# JS
node_modules/
package-lock.json
package.json

# Editors
.~*
.idea/
.vim/
.vscode/

# Test / coverage reports
.coverage
.coverage.*
.COVERAGE.*
.mypy_cache/
.nox/
test-reports/

# Sphinx
docs/_build/
docs/modules/