diff --git a/.gitignore b/.gitignore index 4918585..d3ba2f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ build/ +dist/ +*~ *.pyc -tests/.papers \ No newline at end of file +tests/.papers +papers.egg-info diff --git a/TODO b/TODO index f73ffb2..aaf6f81 100644 --- a/TODO +++ b/TODO @@ -8,4 +8,5 @@ TODO list - add query support to list command (cf beets) - FIX open on ubuntu - implement queries -- edit on add +- edit bibtex on add +- option to add tag on add