Fixed #302 -- Added .pyc files to gitignore#303
Conversation
|
I am really not sure we need to add this in this specific tutorial where we work on python 3. We had a talk about it in #291. Can someone else give their opinion on it? @bmispelon maybe? |
|
I agree that this should not be necessary with Python3 but I've seen it happen a few times now and I guess it doesn't cost us much to put it in the While we're there, we might as well add |
Thanks Anton Agestam for the report
|
Ok, seems legit. I was wondering if this wouldn't make the thing more complicated instead of easier. But if you say it's ok I am also ok with it! :) |
|
I haven't seen anybody asking about the content of that file, tbh. It's mostly literally copied and pasted into their code base. |
|
It's been my experience as well. Especially in the deploy chapter, people just copy/paste without much thinking (which sucks but it's another issue altogether). I say |
Fixed #302 -- Added .pyc files to gitignore
|
Danke! 🐌 |
|
🐈 🐅 |
Thanks @antonagestam for the report