diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..14aab39 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,19 @@ +# Python cache files +__pycache__/ +*.py[cod] + +# Virtual environments +venv/ +.venv/ + +# Environment variables (secrets) +.env + +# Git metadata +.git/ + +# macOS Finder files +.DS_Store + +# Log files +*.log \ No newline at end of file