# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/

# Hypothesis
.hypothesis/

# Test / coverage
.pytest_cache/
htmlcov/
.coverage

# Environment
.env
.env.*

# IDE
.vscode/
.idea/

# Local tooling artifacts (gstack browse audits, etc.)
.gstack/

# Transient gstack/agent worktree checkouts (duplicate the repo tree)
.claude/worktrees/

# examples/price_drop_watcher.py cache (written to CWD)
.swoop-watch-cache.json
