this file has the name of files we don't want to load in our Docker Image

هذا الالتزام موجود في:
2025-09-30 14:58:04 +03:00
الأصل a3a7fd84c2
التزام a1af40591d

36
.dockerignore Normal file
عرض الملف

@@ -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