diff --git a/.gitignore b/.gitignore index 2255a90..3aae7c5 100644 --- a/.gitignore +++ b/.gitignore @@ -28,12 +28,16 @@ Temporary Items ### Project ### .idea/ +__pycache__/ -# virtualenv +# Virtualenv venv/ -# temp files +# Temp files temp/ samples/*.mp4 +# The weights of the trained models +model-weights/*.weights +