diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..2d8c466 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,10 @@ +__pycache__/ +.coverage* +.github +.gitignore +.pdm* +.pre-commit-config.yaml +.vscode +build/ +logo.png +tests diff --git a/.gitignore b/.gitignore index 97b792c..5422bd9 100644 --- a/.gitignore +++ b/.gitignore @@ -132,4 +132,7 @@ dmypy.json config.env # Ignore pdm local files -.pdm-python \ No newline at end of file +.pdm-python + +# Ignore ruff files +.ruff_cache