diff --git a/.gitignore b/.gitignore
index c795b05..a139ae2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
-build
\ No newline at end of file
+# Build files
+build/*
+dist/*
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/.name b/.idea/.name
deleted file mode 100644
index 40c5e4e..0000000
--- a/.idea/.name
+++ /dev/null
@@ -1 +0,0 @@
-douwco_hivemind
\ No newline at end of file
diff --git a/.idea/Screeps.iml b/.idea/Screeps.iml
deleted file mode 100644
index f08604b..0000000
--- a/.idea/Screeps.iml
+++ /dev/null
@@ -1,2 +0,0 @@
-
-
\ No newline at end of file
diff --git a/.idea/editor.xml b/.idea/editor.xml
deleted file mode 100644
index 963c96f..0000000
--- a/.idea/editor.xml
+++ /dev/null
@@ -1,344 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 0b76fe5..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 473cffd..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 cc407db..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.vscode/settings.json b/.vscode/settings.json
deleted file mode 100644
index c9a2aef..0000000
--- a/.vscode/settings.json
+++ /dev/null
@@ -1,116 +0,0 @@
-{
- "files.associations": {
- "__hash_table": "cpp",
- "__string": "cpp",
- "algorithm": "cpp",
- "functional": "cpp",
- "locale": "cpp",
- "utility": "cpp",
- "mutex": "cpp",
- "shared_mutex": "cpp",
- "stop_token": "cpp",
- "cassert": "cpp",
- "vector": "cpp",
- "optional": "cpp",
- "*.inc": "cpp",
- "thread": "cpp",
- "atomic": "cpp",
- "__config": "cpp",
- "__debug": "cpp",
- "__errc": "cpp",
- "__functional_03": "cpp",
- "__mutex_base": "cpp",
- "__nullptr": "cpp",
- "__split_buffer": "cpp",
- "__tree": "cpp",
- "any": "cpp",
- "array": "cpp",
- "bit": "cpp",
- "bitset": "cpp",
- "cctype": "cpp",
- "charconv": "cpp",
- "chrono": "cpp",
- "clocale": "cpp",
- "cmath": "cpp",
- "codecvt": "cpp",
- "compare": "cpp",
- "complex": "cpp",
- "condition_variable": "cpp",
- "cstdarg": "cpp",
- "cstddef": "cpp",
- "cstdint": "cpp",
- "cstdio": "cpp",
- "cstdlib": "cpp",
- "cstring": "cpp",
- "ctime": "cpp",
- "cwchar": "cpp",
- "cwctype": "cpp",
- "deque": "cpp",
- "exception": "cpp",
- "filesystem": "cpp",
- "forward_list": "cpp",
- "iterator": "cpp",
- "list": "cpp",
- "map": "cpp",
- "memory_resource": "cpp",
- "regex": "cpp",
- "set": "cpp",
- "string": "cpp",
- "type_traits": "cpp",
- "unordered_map": "cpp",
- "unordered_set": "cpp",
- "fstream": "cpp",
- "future": "cpp",
- "initializer_list": "cpp",
- "iomanip": "cpp",
- "ios": "cpp",
- "iosfwd": "cpp",
- "iostream": "cpp",
- "istream": "cpp",
- "limits": "cpp",
- "memory": "cpp",
- "new": "cpp",
- "numeric": "cpp",
- "ostream": "cpp",
- "queue": "cpp",
- "random": "cpp",
- "ratio": "cpp",
- "span": "cpp",
- "sstream": "cpp",
- "stack": "cpp",
- "stdexcept": "cpp",
- "streambuf": "cpp",
- "string_view": "cpp",
- "strstream": "cpp",
- "system_error": "cpp",
- "tuple": "cpp",
- "typeinfo": "cpp",
- "valarray": "cpp",
- "variant": "cpp",
- "cerrno": "cpp",
- "cfloat": "cpp",
- "climits": "cpp",
- "concepts": "cpp",
- "format": "cpp",
- "numbers": "cpp",
- "semaphore": "cpp",
- "cfenv": "cpp",
- "cinttypes": "cpp",
- "__bit_reference": "cpp",
- "__functional_base": "cpp",
- "__locale": "cpp",
- "__node_handle": "cpp",
- "__sso_allocator": "cpp",
- "__std_stream": "cpp",
- "__threading_support": "cpp",
- "__tuple": "cpp",
- "csignal": "cpp",
- "coroutine": "cpp",
- "source_location": "cpp",
- "stdfloat": "cpp",
- "typeindex": "cpp",
- "version": "cpp",
- "__functional_base_03": "cpp",
- "__memory": "cpp"
- }
-}
\ No newline at end of file
diff --git a/README.md b/README.md
index eb86a8f..6aae4e3 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
# Douwco Hivemind
This is the sourcecode of my hivemind implementation for the MMO-programming game Screeps. This is mainly designed to learn programming with C++. This is possible throught the work done in the screepxx project, which I will and try to expand as well.
-
# Running the project
All commands are run starting from the root directory.