summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMalik Talha <talhamalik727x@gmail.com>2023-10-22 20:46:05 +0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-10-23 15:01:16 +0000
commit99afa6724dda1844c4645df4849cbd32b78937a1 (patch)
tree3716b6e43516ed056d6f62c6c05e1c382efca90b /.gitignore
parentbaa34d71c6f61db4697113ba4bc7557e781f976b (diff)
Add pre-trained RASA model
Add a RASA model trained on HVAC Temperature, Fan Speed, and Volume Control intents. Bug-AGL: SPEC-4856 Signed-off-by: Malik Talha <talhamalik727x@gmail.com> Change-Id: I3ad2d315320ee7bd73a1e78e721357738974ac88
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5e98dd6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+pyenv/
+env/
+venv/
+.cache/
+.idea/
+.vscode/
+*.pyc
+*.pyo
+*.pyd
+__pycache__
+.DS_Store
+*.log
+*.vscode/
+.rasa/ \ No newline at end of file