File: .gitignore

package info (click to toggle)
python-url-matcher 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 372 kB
  • sloc: python: 627; makefile: 17
file content (25 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Python
*.pyc
*.pyo
/build/
/dist/
*.egg-info

# Mac OS
*.DS_Store

# IDE
/.idea/

.mypy_cache/
.cache/
.tox/
.pytest_cache/
.coverage
/coverage.xml
htmlcov/
.ipynb_checkpoints
docs/_build/
docs/_autosummary/
__pycache__/
_build/