azkaban-aplcache
Details
.gitignore 12(+11 -1)
diff --git a/.gitignore b/.gitignore
index 79d9b86..08c954b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,4 +28,14 @@ temp/
# Intellij default build output directory
out/
-currentpid
\ No newline at end of file
+currentpid
+
+# direnv files see https://github.com/direnv/direnv
+.envrc
+.direnv/
+
+# pytest
+.pytest_cache/
+
+#python
+__pycache__/