rahulgaur104 / VMEC2GK

VMEC to gyrokinetics interface for tokamaks
0 stars 1 forks source link

Git project cleanup #1

Open LiamPattinson opened 2 years ago

LiamPattinson commented 2 years ago

There are a few things included in the git repo that aren't needed. To begin, GitHub's recommended .gitignore for Python projects could be appended to the current .gitignore. I usually add *.swp to the bottom to catch Vim swap files, and otherwise modify it from there to match specific projects.

Following that, it'd be a good idea to remove __pycache__ and bishop.pkl from the src directory, as these are platform specific and may not be compatible with other users' systems. It may be a good idea to add *.pkl to the .gitignore too.