File: .gitignore

package info (click to toggle)
audio-visualizer-python 2.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 832 kB
  • sloc: python: 5,773; sh: 15; makefile: 10
file content (22 lines) | stat: -rw-r--r-- 163 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
__pycache__
*.py[cod]
*.egg-info
.pytest_cache
build/
dist/
env/
.vscode/
*.mkv
*.mp4
*.wav
*.mp3
*.aif
*.ac3
*.zip
*.tar
*.tar.*
*.exe
ffmpeg
*.bak
*~
*.goutput*