diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..7ecdb82 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,34 @@ +# Git +.git +.gitignore +LICENSE +*.md + +# Docker +docker/ +.dockerignore + +# Nix stuff +flake.* + +# Virtual environment +.venv/ +venv/ + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Translations +*.mo +*.pot + +# Logs +logs/ + +# Jupyter Notebook +.ipynb_checkpoints + +# Ruff formatter +.ruff_cache/