First commit
I made a commit to my +junk directory on Launchpad. This is the content of the .bzrignore file:*.pyc
*.py~
*.zip
I thought about adding pyweek-upload.py and create+upload.py to the ignore file too, but decided against it. Reason: the backup to Launchpad is supposed to be a "developer backup", not a distribution. So, if I branch on another system, I want all files needed to "build" the software. And then I need those scripts.