File: .gitignore

package info (click to toggle)
python-lunr 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,644 kB
  • sloc: python: 3,811; javascript: 114; makefile: 60
file content (30 lines) | stat: -rw-r--r-- 301 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
26
27
28
29
30
__pycache__/
*.pyc
*.egg-info/
.eggs/
.coverage
coverage.xml
htmlcov/
.tox/
.pytest_cache/
**/node_modules
dist/
build/
.state
.venv/
target/
site/
docs/_build

.vscode/
*.code-workspace
.python-version
.DS_Store
.benchmarks/
*TODO.md
tests/profiles/
.mypy_cache/
.dev/
.direnv/
.envrc
.tool-versions