# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/

# Virtual envs
.venv/
venv/
env/

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp

# agentprdiff runtime
# Users SHOULD commit .agentprdiff/baselines; they should NOT commit run artifacts.
.agentprdiff/runs/
.agentprdiff/cache/
.pypirc

# Engine worktree nested inside Studio. Not committed — engine source
# already lives at the repo root.
studio/.claude/
