diff --git a/.dockerignore b/.dockerignore index 7ecdb82..95633ed 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,31 @@ +## Like .gitignore +# Virtual environment +.venv/ +venv/ + +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Secrets / env +*.env + +# Translations +*.mo +*.pot + +# Logs +logs/ +*.log + +# Jupyter Notebook +.ipynb_checkpoints + +# Ruff formatter +.ruff_cache/ + +## Additional stuff. # Git .git .gitignore @@ -10,25 +38,3 @@ docker/ # 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/ diff --git a/.gitignore b/.gitignore index 0107554..b6bcd25 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ __pycache__/ *.pot # Logs +logs/ *.log # Jupyter Notebook