# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
build/
dist/
.eggs/
_version.py

# Virtual environments
.venv/
venv/
env/

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Type checkers and linters
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store

# Secrets (defensive; the tool reads RTD_API_TOKEN from env, never writes to disk)
.env
.env.*
!.env.example

# Agent workspaces
.agent-workspace/
.agent-outputs/
.claude/worktrees/
