الملفات
MCP_SERCVER_SEARCH/.dockerignore

37 أسطر
289 B
Plaintext

# 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