File: .gitignore

package info (click to toggle)
mkdocs-get-deps 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 456; sh: 17; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
/dist/
site*/
.mypy_cache/
.pytest_cache/
__pycache__/
*.egg-info/
.venv/
poetry.lock
.vscode/