From 678e56aa11e938cc8734ab9c516a6f69db7d5613 Mon Sep 17 00:00:00 2001 From: mortezaei Date: Thu, 1 Jan 2026 11:54:20 +0330 Subject: [PATCH] fix prod --- .dockerignore | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..8107a33 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,88 @@ +# Git +.git +.gitignore +.gitattributes + +# Python +__pycache__ +*.py[cod] +*$py.class +*.so +.Python +*.egg-info +dist/ +build/ +*.egg + +# Virtual environments +venv/ +env/ +ENV/ +.venv + +# IDEs +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db + +# Docker +docker-compose*.yml +Dockerfile* +.dockerignore + +# Development files +.env.dev +*.log +logs/ +*.sqlite3 + +# Documentation +*.md +docs/ +ADMIN_*.md +CONFIG_*.md +FINAL_*.md +FIX_*.md +MEDIA_*.md +OPTIMIZATION_*.md +PODCAST_*.md +QUICK_*.md +README*.md +VIDEO_*.md +BUGFIX_*.md +CHANGELOG_*.md +COLOR_*.md + +# Test files +test_*.py +test_*.sh +tests/ +.pytest_cache/ + +# Volumes +volumes/ +staticfiles/ +media/ + +# Scripts +scripts/ +seeds/ + +# Config +nginx*.conf +Jenkinsfile +.letta/ +.claude/ +.qodo/ +.zencoder/ + +# Misc +*.xmind +*.html +sshs