86 lines
No EOL
2.2 KiB
Text
86 lines
No EOL
2.2 KiB
Text
# ──────────────────────────────────────────────────────────────────────────
|
|
# Logs and reports
|
|
# ──────────────────────────────────────────────────────────────────────────
|
|
.logs/
|
|
*.log
|
|
debug.log
|
|
errors.log
|
|
test.json
|
|
coverage.xml
|
|
coverage.*
|
|
*.cover
|
|
*.py,cover
|
|
nosetests.xml
|
|
desktop.ini
|
|
|
|
# Cache directories
|
|
__pycache__/
|
|
.pytest_cache/
|
|
.hypothesis/
|
|
.pyre/
|
|
.pytype/
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
cython_debug/
|
|
|
|
# Python environments
|
|
.Python
|
|
.python-version
|
|
env/
|
|
env.bak/
|
|
venv/
|
|
venv.bak/
|
|
ENV/
|
|
.venv/
|
|
__pypackages__/
|
|
|
|
# ──────────────────────────────────────────────────────────────────────────
|
|
# Packaging and distribution
|
|
# ──────────────────────────────────────────────────────────────────────────
|
|
build/
|
|
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
|
|
backups/
|
|
services_data/
|
|
static/
|
|
media/
|
|
!engine/core/static
|
|
!engine/blog/static
|
|
!engine/authv/static
|
|
!engine/payments/static
|
|
|
|
# Environment file
|
|
.env
|
|
|
|
# Host's scripts
|
|
scripts/Windows
|
|
scripts/Unix |