# Python caches/builds
__pycache__/
*.py[cod]
*.so
*.egg-info/
.eggs/
build/
dist/
wheels/
MANIFEST

# Environments
.venv/
venv/
env/

# Test/coverage caches
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Jupyter/editor/OS
.ipynb_checkpoints/
*.ipynb~
.vscode/
.idea/
.DS_Store

# Local secrets
.env
.env.local
credentials.json

# Generated runtime artifacts
outputs/
outputs-provenance-patched.zip
outputs-*-patched.zip
site/
scratch/
tmp/
test_execution_output/

# Numeric/data outputs
*.pkl
*.h5
*.hdf5
*.npy
*.npz

# Agent local state
.claude/

# Local Cursor skill wiring (machine-specific; never commit)
.cursor/skills/
.cursor/local/
