audio-drain/.gitignore

38 lines
571 B
Plaintext

__pycache__
.bck
out
target
build
###################################
# backup files
###################################
*~
*.swp
*.old
*.bck
###################################
# compiled files
###################################
*.pyc
###################################
# Packages #
###################################
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
###################################
# out folder
###################################
out/