schon/.dockerignore
Egor fureunoir Gorbunov b105561c10 Features: 1) Simplify Docker configuration by renaming Dockerfile.app to Dockerfile; 2) Add commented setup for storefront and nginx services in docker-compose.yml;
Fixes: 1) Correct `.dockerignore` entry for the relocated `storefront/Dockerfile`;

Extra: 1) Refactor file structure by renaming `Dockerfile.storefront` to `storefront/Dockerfile`.
2025-06-17 12:39:03 +03:00

84 lines
No EOL
2.1 KiB
Text

# ──────────────────────────────────────────────────────────────────────────
# Logs and reports
# ──────────────────────────────────────────────────────────────────────────
.logs/
*.log
debug.log
errors.log
test.json
coverage.xml
coverage.*
*.cover
*.py,cover
nosetests.xml
# Cache directories
__pycache__/
.pytest_cache/
.hypothesis/
.pyre/
.pytype/
.mypy_cache/
.dmypy.json
dmypy.json
cython_debug/
# Python environments
.Python
env/
env.bak/
venv/
venv.bak/
ENV/
.venv/
__pypackages__/
# ──────────────────────────────────────────────────────────────────────────
# Packaging and distribution
# ──────────────────────────────────────────────────────────────────────────
build/
dist/
dist-ssr/
*.egg
*.egg-info/
.installed.cfg
MANIFEST
*.manifest
*.spec
sdist/
wheels/
share/python-wheels/
pip-log.txt
pip-delete-this-directory.txt
# Git
.git/
# macOS
.DS_Store
# JetBrains
.idea/
# VisualStudio
.vscode/
# ──────────────────────────────────────────────────────────────────────────
# Docker & service data
# ──────────────────────────────────────────────────────────────────────────
storefront/Dockerfile
docker-compose.yml
db_backups/
services_data/
static/
media/
!core/static
!blog/static
!vibes_auth/static
!payments/static
# Environment file
.env
# Host's scripts
scripts