File: .gitignore

package info (click to toggle)
flit 3.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,504 kB
  • sloc: python: 6,691; makefile: 175; sh: 27
file content (16 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/build/
/dist/
/flit_core/dist/
__pycache__/
/doc/_build/
/tests/samples/build/
/tests/samples/dist/
/tests/samples/ns1-pkg/dist/
/htmlcov/
/.coverage
/.pytest_cache
/.tox
.idea/
venv/
*.pyc
.python-version