File: .gitignore

package info (click to toggle)
python-ytmusicapi 1.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,412 kB
  • sloc: python: 4,324; sh: 14; makefile: 12
file content (18 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.idea
.vscode
tests/*.json
tests/setup/*.json
docs/build
docs/source/reference/api
test.cfg
**.mp3
.coverage
**/__pycache__/
venv*/
*.egg-info/
build
dist
.pdm-python
.venv
*.log
*.xml