I usually use grep when developing, and there are some extensions that I always want to exclude (like *.pyc).
Is it possible to create a ~/.egreprc or something like that, and add filtering to exclude pyc files from all results?
Is this possible, or will I have to create an alias for using grep in this manner, and call the alias instead of grep?