# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.venv/
venv/

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

# OS
.DS_Store
Thumbs.db

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

# AgentCharter runtime outputs
optimization-log.yaml
rejected-edits/

# Ensure compiled artifacts and vendored runner stay tracked.
# If you add a broad `.agentcharter/` rule above, these un-ignore it.
!.agentcharter/bin/
!.agentcharter/bin/**
!.agentcharter/compiled/
!.agentcharter/compiled/**
