diff --git a/.gitignore b/.gitignore
index d7eca0c..c0dc59d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 /target
+/result
 
+.direnv
 .env*
 !.env.example
 
-.direnv
diff --git a/Cargo.toml b/Cargo.toml
index 3eba37a..842935b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "vnetod"
 description = "Are you still switching sections in your dotenv file manually? Try this dotenv section switcher"
-version = "0.3.2"
+version = "0.3.3"
 edition = "2021"
 license = "GPL-3.0+"
 homepage = "https://github.com/pleshevskiy/vnetod/discussions"