# Python
__pycache__/
*.py[codz]
*.so
*.egg-info/
*.egg

# Virtual envs
.venv/
venv/

# Environment
.env
.env.*

# Testing / coverage
.pytest_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Build / dist
build/
dist/
*.whl

# Editors
.vscode/
.idea/
.DS_Store

# Ruff
.ruff_cache/

# Planning scraper output
output/

# Local/temp files
AGENTS.md
/skills/
verification_*.csv
temp_analysis/
reddit/
.worktrees/
docs/superpowers/

# Removed from tracking (kept locally for reference)
example_ref/
apify_actors/
scripts/
