diff --git a/.gitignore b/.gitignore index 1313ca4..4e3a29c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,16 @@ data/images/ checkpoints/*.pt +*.egg-info *.zip *.idea -*.vscode *.DS_Store *.ipynb_checkpoints *.pyc *__pycache__ + +# Secret Environment Variables +.env* + +# Output +_results