# MacOS
.DS_Store

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
PYTHONPATH

# Environment variables and secrets
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
*.key
*api_key*
*secret*

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

# API Configuration (sensitive)
configs/model_api_config.json
**/api_keys.json
**/credentials.json

# Logs and temporary files
*.log
logs/
temp/
tmp/

# Model outputs and data
results/
outputs/
wandb/
