File: .gitignore

package info (click to toggle)
python-filelock 3.25.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: python: 3,851; makefile: 3
file content (19 lines) | stat: -rw-r--r-- 197 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*.egg-info
build
dist
*.egg
.eggs
*.py[codz]
*$py.class
.tox
.*_cache
.DS_Store
.idea
.vscode
/pip-wheel-metadata
/src/filelock/version.py
venv*
.python-version
test.lock
.coverage.*
test.softlock