diff --git a/.gitignore b/.gitignore index d21a944..d09e38b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,10 +8,12 @@ local_* *.txt !requirements.txt -# Bash files (to run the code) and nohup output file (nohup lets a script run after terminal closes) -*.sh +# nohup output file (nohup lets a script run after terminal closes) *nohup.out +# my_config.sh +my_config.sh + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/