fra31 / auto-attack

Code relative to "Reliable evaluation of adversarial robustness with an ensemble of diverse parameter-free attacks"
https://arxiv.org/abs/2003.01690
MIT License
639 stars 111 forks source link

update .gitignore #107

Open userElaina opened 3 months ago

userElaina commented 3 months ago

Hi,

If the original .gitignore is used, __pycache__ in some places will not be ignored.

So I update .gitignore to ignore build files and __pycache__ everywhere.