# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.pytest-tmp/
pytest_tmp/
pytest-cache-files-*/
.ruff_cache/
.mypy_cache/
.pyre/
.tox/
.nox/
.coverage
coverage.xml
htmlcov/
.ipynb_checkpoints/

# Virtual environments
.venv/
venv/
env/
ENV/
.conda/

# Build artifacts
build/
dist/
*.egg-info/
*.egg
.eggs/
wheelhouse/
site/

# Logs
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Local GPUBoost output
reports/
*.report.json
*.report.html
gpuboost-report.*
.gpuboost/
*.prof
*.profile
*.trace
*.sqlite
*.sqlite3
*.db

# Environment and secrets
.env
.env.*
!.env.example
!.env.sample
*.token
*.secret
*.secrets
secrets/
credentials/
credentials.json
service-account*.json
*-service-account.json
token.json
*.pem
*.key
*.p12
*.pfx
*.crt
*.cer
id_rsa
id_dsa
id_ecdsa
id_ed25519

# OS files
.DS_Store
Thumbs.db
Desktop.ini
$RECYCLE.BIN/

# Editors
.idea/
.vscode/
*.swp
*.swo

# Package manager caches
.pip/
.uv-cache/
.cache/

# Large local ML artifacts
checkpoints/
models/
weights/
*.pt
*.pth
*.ckpt
*.pkl
*.joblib
*.safetensors
*.onnx

# GPUBoost local data intake
data/gpuboost/raw/
data/gpuboost/generated/
data/gpuboost/experiments/*/
data/gpuboost/experiments/grid_pairs.json
data/gpuboost/experiments/grid_runner_manifest.json
!data/gpuboost/experiments/pairs.json

# Temp directories
tmp/
temp/
