# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
.Python
.venv/
venv/
env/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.uv-cache/
.coverage
htmlcov/

# Packaging
build/
dist/
*.egg-info/
pip-wheel-metadata/

# Local configuration and secrets
.env
.env.*
!.env.example

# Editors and OS files
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Local developer tooling
.direnv/
.codex
.codex/*
!.codex/
!.codex/config.toml

# AgentsLoop runtime artifacts
agentsloop-runs/
runs/
worker.log
