diff --git a/.gitignore b/.gitignore index 482552d..04a2fa6 100755 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /dist/ /build/ -/.cache/ +.cache/ /.idea/ __pycache__/ *.pyc @@ -14,6 +14,8 @@ __pycache__/ /other/ /.venv/ /stats.json +/data/*/ +/wakewords/ # Data folders /*/wake-word/ diff --git a/data/random/.gitignore b/data/random/.gitignore deleted file mode 100755 index d6b7ef3..0000000 --- a/data/random/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -* -!.gitignore