__pycache__/
*.pyc
.venv/
dist/
*.egg-info/
.env
.DS_Store
*.DS_Store
.pytest_cache/
htmlcov/
.coverage
.worktrees/
.claude/
.planning/
.serena/
docs/superpowers/
docs/

# SPA build output and dependencies
spa/node_modules/
src/synapps/web/static/*
!src/synapps/web/static/.gitkeep

# C# build artifacts in test fixtures
tests/fixtures/**/bin/
tests/fixtures/**/obj/

# Playwright test artifacts
playwright-*.png
.playwright-mcp/
