diff --git a/.dockerignore b/.dockerignore index 109ffaf..93fc854 100644 --- a/.dockerignore +++ b/.dockerignore @@ -73,4 +73,9 @@ telemetry_test_lxmf/ # Environment variables .env .env.local -.env.*.local \ No newline at end of file +.env.*.local + +.coverage + +.hypothesis +.hypothesis/ \ No newline at end of file diff --git a/.gitignore b/.gitignore index 2aa1ebe..3f9b5f0 100644 --- a/.gitignore +++ b/.gitignore @@ -73,4 +73,7 @@ Thumbs.db .coverage -meshchat-config/ \ No newline at end of file +meshchat-config/ + +.hypothesis +.hypothesis/ \ No newline at end of file