الملفات
GHyamah-Test/q1-deploy-monitor/app/.dockerignore
2026-07-26 19:45:13 +03:00

30 أسطر
287 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Tooling / editors
.git/
.gitignore
.github/
.vscode/
.idea/
*.swp
# OS
.DS_Store
Thumbs.db
# Project files that don't belong in the image
*.md
Dockerfile
.dockerignore
.env
*.log