# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.venv/
venv/

# Environment
.env
.env.*
!.env.example
.python-version

# OS and editors
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo

# Build outputs
**/target/
*.bak
*.egg-info/

# AgentField runtime worktrees
.worktrees/
**/.worktrees/
_worktrees/
**/_worktrees/

# Root runtime artifacts for this node (example artifacts are versioned separately)
/.artifacts/

# Claude Code
.claude/

# Python packaging / dist
dist/
build/
*.egg-info/
*.egg

# Pipeline output files
.claude_output_*.json
