azkaban-aplcache

Move python related gitignore configs to the root level (#1898) This

8/7/2018 7:40:22 PM

Changes

.gitignore 12(+11 -1)

tools/.gitignore 9(+0 -9)

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__/