diff --git a/.cargo/config.toml b/.cargo/config.toml
deleted file mode 100644
index c5379ea..0000000
--- a/.cargo/config.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[build]
-rustc-wrapper = "sccache"
-# Enable to cut unused deps.
-# rustflags = ["-D", "unused-crate-dependencies"]
-
-[future-incompat-report]
-frequency = "always"
diff --git a/.dsa.emulator.toml b/.dsa.emulator.toml
deleted file mode 100644
index a67d247..0000000
--- a/.dsa.emulator.toml
+++ /dev/null
@@ -1,5 +0,0 @@
-# The configuration file for the emulator. Here is an example file with all of the options you may want to set.
-
-[misc]
-# Defaults to false, here for testing purposes.
-use_discord_rpc = true
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index a851572..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/target
-**/*.env
\ No newline at end of file
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 13566b8..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
-# Editor-based HTTP Client requests
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/.idea/damn_simple_architecture.iml b/.idea/damn_simple_architecture.iml
deleted file mode 100644
index 7e831a2..0000000
--- a/.idea/damn_simple_architecture.iml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 3e8572f..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 35eb1dd..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.rustfmt.toml b/.rustfmt.toml
deleted file mode 100644
index 6d501dc..0000000
--- a/.rustfmt.toml
+++ /dev/null
@@ -1,3 +0,0 @@
-max_width = 90
-comment_width = 90
-wrap_comments = true
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index 7ade51f..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "rust-analyzer.check.command": "clippy",
- "editor.formatOnSave": true,
- "rust-analyzer.cargo.features": "all",
- "files.eol": "\n",
- "files.insertFinalNewline": true,
- "files.trimFinalNewlines": true,
- "files.trimTrailingWhitespace": true,
- "gitea.owner": "LowLevelDevs",
- "gitea.repo": "damn_simple_architecture",
-}