# Python
__pycache__/
.pycache*
*.py[cod]
*.so
.Python
env/
.env
venv/
.venv/
.venv*
.agents/
.codex/
.ruff_cache/
# Pytest
.pytest_cache/

*.pyc
*.pyo
*.pyd
.DS_Store

# Distribution / packaging
build/
dist/
/bundled-patterns/*

/logs
*.log

config/*.local.yaml
.pytest_tmp/
tmp_pytest/
.pytest_cache/

/state/*
benchmark/*
