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

# code-constraints cache & default script output
.cdec_cache/
out/

# Node / Svelte
node_modules/
frontend/dist/
frontend/.svelte-kit/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Claude Code: local config and session state are private. The agents/skills
# that ship with the package live in src/code_constraints/cli/_assets/.
.claude/
.mcp.json
.hcm
CLAUDE.md
# Built SPA copied into the package by `make frontend-embed` for packaging.
src/code_constraints/web/_static/
