File: .gitignore

package info (click to toggle)
python-docxcompose 1.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,136 kB
  • sloc: python: 2,338; makefile: 14; xml: 5; sh: 3
file content (13 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
__pycache__/
*.py[cod]
*$py.class

.Python
include/
lib/
*.egg-info/
pip-selfcheck.json
.pytest_cache/
.tox

/.cache/