File: .gitignore

package info (click to toggle)
audio-visualizer-python 2.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 948 kB
  • sloc: python: 6,683; sh: 15; makefile: 10
file content (33 lines) | stat: -rw-r--r-- 340 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
23
24
25
26
27
28
29
30
31
32
33
__pycache__
*.py[cod]
*.egg-info
.pytest_cache
build/
dist/
env/
prof/
.venv/
.env/
.vscode/
tests/data/config/log/
tests/data/config/presets/
tests/data/config/settings.ini
tests/data/config/autosave.avp
*.mkv
*.mp4
*.wav
*.mp3
*.aif
*.ac3
*.zip
*.tar
*.tar.*
*.exe
ffmpeg
*.bak
*~
*.goutput*
*.kate-swp
*.code-workspace
.coverage
htmlcov/