File: .gitignore

package info (click to toggle)
python-bytecode 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 820 kB
  • sloc: python: 8,778; makefile: 169; sh: 40
file content (23 lines) | stat: -rw-r--r-- 239 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*.py[cod]
*.swp
MANIFEST
build
dist

# generated by setuptools-scm
src/bytecode/version.py

# generated by tox
.tox/
bytecode.egg-info/

.mypy_cache
.dmypy.json
.spyproject
.idea/
.vscode/
.coverage
coverage.xml
.pytest_cache
.cache
.venv