diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..df2cb5f --- /dev/null +++ b/.dockerignore @@ -0,0 +1,36 @@ +# Python +__pycache__/ +*.pyc +*.pyo +*.pyd +*.sqlite3 + +# Virtual environments +.venv/ +env/ +venv/ + +# Byte-compiled / cache +*.egg-info/ +.eggs/ + +# OS / Editor files +.DS_Store +Thumbs.db +.idea/ +.vscode/ + +# Git +.git +.gitignore + +# Docker +Dockerfile +.dockerignore + +# Logs +*.log + +# Env files +.env +*.env