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

# Node
frontend/node_modules/
npm-debug.log*
*.tsbuildinfo

# Built frontend (generated by `make build-ui`, shipped inside the wheel)
src/aipromptdock/web/static/

# OS / editor
.DS_Store
.idea/
.vscode/

# Local AI-assistant artifacts and working notes (but ship shared skills)
.claude/*
!.claude/skills/
.context/

# Env
.env
.env.*
