diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..ed93f0e8eac0f5e42051d8e8724bed2460d45d92
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,9 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+/CharlesTestRepo.iml
+/misc.xml
+/modules.xml
+/inspectionProfiles/profiles_settings.xml
+/inspectionProfiles/Project_Default.xml
+/vcs.xml
diff --git a/main.py b/main.py
index a5d5671a3c999a5ccd27325c570141134a47b900..c19ad970cea95971780229e36d84afcc8bcfb690 100644
--- a/main.py
+++ b/main.py
@@ -1,3 +1,9 @@
+import ImportSoundData
 
 if __name__ == '__main__':
-    #stuff happens here
\ No newline at end of file
+    #stuff happens here
+
+    ImportSoundData.Load_And_Print('../../Datasets/ESC-50-master/audio/4-175855-A-43.wav')
+    ImportSoundData.Load_And_Print('../../Datasets/ESC-50-master/audio/5-263491-A-25.wav')
+
+    print("Hello World")
\ No newline at end of file