kachayev / fn.py

Functional programming in Python: implementation of missing features to enjoy FP
Other
3.35k stars 204 forks source link

Add a gitignore to the project (only *.pyc excluded for now) #63

Open gabrielpjordao opened 10 years ago

gabrielpjordao commented 9 years ago

Hey @kachayev, what about this one? Are you integrating it?

If you don't want to add this or think that I should add a more complete file, let me know so I can improve it or close the PR.

kachayev commented 9 years ago

@gabrielpjordao Personally I use global config for this. But, yes, it's reasonable to have local .gitignore file. My concern is that it should be fully functional (with __pycache__, *.so and counting). You can check default .gitignore file for Python projects that Github offers.

gabrielpjordao commented 9 years ago

@kachayev Done! Sorry for taking so long to do such a small thing! I forgot it :(