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

# Test, lint, type-checking, and coverage caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.pyright/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Virtual environments and local environment variables
.venv/
venv/
env/
.env
.env.*
!.env.example

# Packaging output
dist/
build/
*.egg-info/
.eggs/

# Notebook and plotting caches
.ipynb_checkpoints/
.matplotlib-cache/

# Locally generated outputs; published copies live under docs/.
/images/*.png
/results/

# Editor and operating-system files
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*~

# Local agent state
codex/
*.codex/
.codex/
.agents/
