diff --git a/gru_sac_predictor/.gitignore b/gru_sac_predictor/.gitignore new file mode 100644 index 00000000..d15ca8a7 --- /dev/null +++ b/gru_sac_predictor/.gitignore @@ -0,0 +1,26 @@ + # Python cache + __pycache__/ + *.py[cod] + *$py.class + + # Virtual environment + .venv/ + venv/ + ENV/ + + # Data / Models / Results (if large or generated) + data/ + models/ + results/ + logs/ + + # IDE / Editor specific + .vscode/ + .idea/ + *.swp + + # OS specific + .DS_Store + Thumbs.db + + cuda* \ No newline at end of file