# 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
