# ===========================
# Python
# ===========================
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# ===========================
# البيئة الافتراضية
# ===========================
.venv/


# ===========================
# Build & Distribution (PyPI)
# ===========================
dist/
build/
*.egg-info/
*.egg
MANIFEST

# ===========================
# Testing & Coverage
# ===========================
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.hypothesis/

# ===========================
# Type Checking
# ===========================
.mypy_cache/

# ===========================
# Linting
# ===========================
.ruff_cache/

# ===========================
# IDEs
# ===========================
.vscode/
.idea/
*.sublime-project
*.sublime-workspace

# ===========================
# OS
# ===========================
.DS_Store
Thumbs.db

# ===========================
# Secrets (مهم جداً!)
# ===========================
.env
*.pem
*.key


pyproject.toml