# Python
**/__pycache__/*
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments & Env Variables
.venv/
venv/
ENV/
env/
.env
.env.local
.env.production

# Package build artifacts
*.egg-info/
dist/
build/
.dist/
releases/
*.egg
*.whl
_build_meta.py

# uv
.uv/

# Testing
.pytest_cache/
.coverage
htmlcov*/
coverage.xml
coverage.json
.tox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# IDE & Editors
.idea/
.vscode/
.history/
**/.DS_Store
.dccache
.cursor/mcp.json
.memory/
*.bak

# Agent tooling (unvendored — installed from skills-lock.json via `npx skills`)
.agents/

# Project data
data/
tmp/
.indexed/
docs/superpowers/
docs/plans/
docs/brainstorms/
