| commit | 8604485f28d54fef4e34fde53f0bd08161901722 | [log] [tgz] |
|---|---|---|
| author | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Nov 29 10:19:03 2025 +0100 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Sat Nov 29 10:21:33 2025 +0100 |
| tree | 47796f9dd1e45a9b88a2dc493fa16a1c6b8b273e |
Initial import Change-Id: I6315233ee1bfbdf7cc985cb336d0df7a10274189
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..3ec93e5 --- /dev/null +++ b/.dockerignore
@@ -0,0 +1,24 @@ +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +venv/ +ENV/ +*.log +.pytest_cache/ +.coverage +htmlcov/ +dist/ +build/ +*.egg-info/ +.DS_Store +*.conllu +*.zip +models/ +logs/ +tmp/ +.git/ +.gitignore +README.md +.github/