# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store

# Cursor / local tooling
.agents/
.cursor/
skills-lock.json
stay_awake_plan.md

# Environment variables
.env
