diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1375567 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Ignore node_modules directory in the client dashboard to avoid committing dependencies +/client/dashboard/node_modules +# Ignore build directory in the client dashboard to avoid committing build artifacts +/client/dashboard/build +# Ignore all __pycache__ directories +**/__pycache__/ +# Ignore Video directory to avoid committing video files +/Video/ \ No newline at end of file