diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..06118a2 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,22 @@ +./dist/* +./jel.egg-info/ +./exp_logs/ +./exp_logs/* +./data/** +./data/* +./data/preprocessed/* +./data/preprocessed/** +./data/preprocessed_jawiki/* +./data/preprocessed_jawiki/** +./data/preprocessed_jawiki_sudachi/* +./data/preprocessed_jawiki_sudachi/** +./.idea/* +./__pycache__/* +./jel/__pycache__/* +./**/__pycache__/* +./**/**/__pycache__/* +./vocab_file/* +./japanese_bert/* +./.pytest_cache/* +./resources/* +./.pytest_cache/** \ No newline at end of file