# Python bytecode
__pycache__/
*.pyc

# Virtual environments and local shell configuration
.venv/
.direnv/
.envrc

# Tool caches
.pytest_cache/
.ruff_cache/

# Packaging artifacts
build/
dist/
*.egg-info/

# Notebook checkpoints
.ipynb_checkpoints/

# macOS
.DS_Store

# Agent and editor state
.claude/
.cursor/
.remember/
.superpowers/
.worktrees/

# Clock data downloaded from Hugging Face on demand
pyaging_data/
example_data/

# Generated clock weights and aggregate metadata (published to Hugging Face)
clocks/weights/
clocks/metadata/all_clock_metadata.pt

# Source datasets downloaded during clock-notebook execution; only the
# notebooks themselves are tracked
clocks/notebooks/*
!clocks/notebooks/*.ipynb

# Hugging Face static-data staging area
hf_static_data/

# Documentation build outputs
docs/_build/
docs/_templates/
docs/_static/.cache/
docs/_static/all_clock_metadata.pt
docs/source/_static/all_clock_metadata.pt
docs/source/tutorials/*.ipynb
docs/source/clock_notebooks/

# Playwright MCP scratch output
.playwright-mcp/

# Local scratch
tmp/
