# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/

# Virtual environments
.venv/
venv/
env/

# Environment
.env
.env.*
!.env.example

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

# Local AI/agent tooling and session handoffs — developer-machine state, never
# part of the package. Anchored to the repo root so they cannot shadow shipped
# code: opentine/harnesses/claude_code.py and codex.py are product files.
/.cursor/
/.windsurf/
/.codex/
/.gemini/
/.aider*
/.mcp.json
/AGENTS.md
/CLAUDE.md
/HANDOFF*.md
/*-handoff.md

# Ruff
.ruff_cache/

# opentine run files
*.tine
!tests/fixtures/
!tests/fixtures/*.tine
.tine_runs/

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
