File: .gitignore

package info (click to toggle)
python-filelock 3.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: python: 1,490; makefile: 3
file content (18 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*.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
test.softlock