File: .gitignore

package info (click to toggle)
python-fake-useragent 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,788 kB
  • sloc: python: 596; makefile: 146
file content (33 lines) | stat: -rw-r--r-- 334 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
.coverage
coverage.xml
.tox
env*
build
dist
.cache
.ruff_cache
.pytest_cache
.eggs
*.egg-info
*.egg
*.log
*.pyo
*.pyc
*$py.class
*.sublime-project
*.sublime-workspace
*.sqlite
*.db
__pycache__
*.bak
*.swp
*.swo
*~
htmlcov
python-env

ua-converter/user-agents.json
ua-converter/browsers.jsonl

# Personal workspace
.personal_workspace