File: .gitignore

package info (click to toggle)
python-clevercsv 0.7.5%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 872 kB
  • sloc: python: 5,076; ansic: 763; makefile: 81
file content (22 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*/__pycache__/
*.pyc
build/
cover/*
tests/test_integration/data
tests/test_integration/__pycache__/
tests/test_unit/__pycache__/
.coverage
clevercsv.egg-info/
clevercsv/.coverage
clevercsv/*.so
dist/*
docs/_build
docs/_static
cgrep
vgrep
auxiliary/
notes/
_logo
.logo.png
docs/source/AUTOGENERATED
comparison/