yanminglai / Malware-GAN

Realization of paper: "Generating Adversarial Malware Examples for Black-Box Attacks Based on GAN" 2017
https://arxiv.org/abs/1702.05983
GNU General Public License v3.0
114 stars 59 forks source link

.idea Folder #3

Closed ZaydH closed 5 years ago

ZaydH commented 5 years ago

In the .idea folder you committed, you have settings specific to your development environment. For example, in .idea/mal_gan.iml, it lists your development path.

<orderEntry type="jdk" jdkName="Python 3.6.2 (C:\Users\Kuan\Anaconda2\envs\py3\python.exe)" jdkType="Python SDK" />

You typically want to delete the .idea folder and add it to your .gitignore. If you would like a pull-request, I can do that for you.

ZaydH commented 5 years ago

Same goes for your __pycache__ folder. That you really should not upload either.

yanminglai commented 5 years ago

Thank you for pointing it out!