File: .gitignore

package info (click to toggle)
python-mido 1.3.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 920 kB
  • sloc: python: 4,006; makefile: 127; sh: 4
file content (20 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-FileCopyrightText: 2013 Ole Martin Bjorndalen <ombdalen@gmail.com>
#
# SPDX-License-Identifier: CC0-1.0

__pycache__
*.pyc
*.pyo
*~
/.vscode/
/.idea/
.cache
/docs/_build/
/dist/
/build/
/*.egg-info/
.pytest_cache
# Version information is generated by setuptools-scm
mido/_version.py
# Documentation built by Sphinx
docs/_build