# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/

# UV
.uv/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Internal drafts
idocs/
.claude 
CLAUDE.md
docs/CLAUDE.md
MASTER_DOC_AR.md
MASTER_DOC_EN.md

# Config (contains secrets)
.env
.env.local

# Logs
*.log

# Build artifacts
*.pyc
*.pyo

temp

# Local export artifacts
*.bundle
artifacts/
Mudabbir-release.zip

# Local-only sync artifacts (never commit)
/docs/upstream-sync/
/scripts/upstream_sync.py
/scripts/upstream_sync*.py
