File: .gitignore

package info (click to toggle)
python-schema-salad 8.4.20230213094415-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,440 kB
  • sloc: python: 14,250; cs: 1,771; java: 1,243; makefile: 189; xml: 184; sh: 108; javascript: 46
file content (23 lines) | stat: -rw-r--r-- 219 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
23
.tox/
.eggs
*.egg-info/
*pyc
*.so

build/
dist/
mypy-stubs/ruamel/yaml
# virtualenv
venv/
.cache/
.mypy_cache/
.pytest_cache/
.coverage
coverage.xml
pydocstyle_report.txt

# PyCharm
.idea/

# setuptools_scm
_version.py