aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMalik Talha <talhamalik727x@gmail.com>2023-10-22 20:54:58 +0500
committerMalik Talha <talhamalik727x@gmail.com>2023-10-22 20:54:58 +0500
commit69fcf984b733774336952bcc6f8ad42d796e5a5d (patch)
tree14529f2ee5db3725e08b8da2876d38601e6fc8c4 /.gitignore
parentf97f5665a9263cca3609ac8f732e4590a4bf6178 (diff)
Add pre-trained model for Snips
Add a Snips model trained on HVAC Temperature, Fan Speed, and Volume Control intents. SPEC-4856 Signed-off-by: Malik Talha <talhamalik727x@gmail.com> Change-Id: I624fa48c059d4fa1a5f2ef07e3af88b3076509f2
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..42201d6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+pyenv/
+env/
+venv/
+.cache/
+.idea/
+.vscode/
+*.pyc
+*.pyo
+*.pyd
+__pycache__
+.DS_Store
+*.log
+*.vscode/ \ No newline at end of file