File: .gitignore

package info (click to toggle)
python-xmlschema 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,208 kB
  • sloc: python: 39,174; xml: 1,282; makefile: 36
file content (23 lines) | stat: -rw-r--r-- 245 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
*.pyc
*.pyo
*~
*.so
*.egg-info
*.json
*.zip
.idea/
.mypy_cache/
.tox/
.eggs/
.coverage*
!.coveragerc
.ipynb_checkpoints/
doc/_*/
dist/
build/
development/
test_cases/
!tests/test_cases/
!tests/test_cases/serialization/*.json
out/
profiling/out/