# Python
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
venv/
*.egg-info/

# Environment and secrets
.env
.env.local
.env.runtime
*.pem
*.key

# OS/editor
.DS_Store
.idea/
.vscode/

# Claude local state
.claude/
memory/

# Local tool state and transient logs
.hermes/
geckodriver.log
tmp_*.jsonl
*_capture.jsonl

# Large artifacts and local docs copies
*.pdf
.gstack/
