[go: up one dir, main page]

File: .gitignore

package info (click to toggle)
comitup 1.43-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,252 kB
  • sloc: python: 3,093; javascript: 1,261; sh: 95; makefile: 34
file content (15 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
__pycache__
*.pyc
dist
.cache
.coverage
*egg-info
*swp
build
.idea/*
venv/*
.mypy_cache/*
.eggs/*
.tox/*

.devenv/*