# OS
.DS_Store

# Cursor
.cursor/
.superpowers/
.worktrees/
cursor-docs

# Make
.makefiles/

# MkDocs
site/

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