pimutils / khal

:calendar: CLI calendar application
https://lostpackets.de/khal/
MIT License
2.6k stars 199 forks source link

Add .python-version to .gitignore #1282

Closed heull001 closed 1 year ago

heull001 commented 1 year ago

.python-version is used by pyenv to specify the used python-version by directory. So this is very usefull for testing.

WhyNotHugo commented 1 year ago

I would suggest that you add this to ~/.git/config/ignore, so that it gets ignored on any git repository you work on locally.

heull001 commented 1 year ago

That would work fine for me, but I thought, this might be helpfull for others too, but if you don't think so, this is okay for me.

WhyNotHugo commented 1 year ago

I've no objection to the PR itself.

My advise was mostly so that you can address this once for all local repositories, rather than have to add it to each repository's gitignore.

geier commented 1 year ago

Thanks!