# Python
__pycache__/
*.pyc
*.pyo
dist/
*.egg-info/

# Tool caches
.ruff_cache/
.mypy_cache/
.pytest_cache/

# Virtual environment
.venv/

# Local config
memory/

# Secrets
.env
.env.*
credentials.json

# Data
/data/
/pgolf/

# Experiment output
experiments/
results.jsonl
mlflow.db

# Checkpoints
checkpoints/
*.safetensors

# Build artifacts
site/

# OS
.DS_Store
