add logging module, use logging in cli.rename, cli uses decorator to parse options...
[audiomangler.git] / .gitignore
blob30deb651e5a7499efdb780305368660a3d37e4f1
1 # python build directory
2 build
3 # python dist directory
4 dist
5 # editor temp files
6 *~
7 # compiled python
8 *.py?
9 # there are no hidden files in this project
11 # except for the one
12 !.gitignore
13 # Python egg stuff
14 *.egg*
15 # kdevelop stuff
16 *.kdevelop
17 *.kdevses