adhuliya / ajit-toolchain

Toolchains for AJIT Processor IIT Bombay
8 stars 4 forks source link

add .pyc to gitiginore #7

Closed VishnuEaswaran closed 3 years ago

VishnuEaswaran commented 3 years ago

Is it okay to ignore .pyc files ?? They are generated while executing many of our scripts and tools.

adhuliya commented 3 years ago

Yes. We should. You can add the following lines to .gitignore:

__pycache__/
*.​py[cod]
*$py.class