# Local secrets — never commit
.env-ai
.env
.env.local
.env.*
!.env.example

# Local SSH keys
.keys/

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

# ReadyAgents local run artifacts
.readyagents/
.readyagents-smoke/

# Temporary agent notes / task dumps
.tmp/

# OS / editor / agent tooling
.DS_Store
Thumbs.db
*.swp
*.swo
*.iml
.idea/
.vscode/
.cursor/
.grok/
.ide/
.zed/
.windsurf/
.claude/
.codex/
.continue/
.history/
*.code-workspace
