Files
Odoo-Modules/fusion_plating/.gitignore
gsinghpal c990110646 chore: gitignore .claude/ preview-tooling state
The Claude Preview MCP writes launch.json + throwaway HTML mockups
to .claude/ during brainstorming sessions. Not project source.
2026-05-25 12:30:05 -04:00

15 lines
350 B
Plaintext

# Superpowers brainstorm session artifacts (mockups, HTML drafts).
# The companion server saves files here; not project source.
.superpowers/
# Claude Code preview-tooling state (launch.json for preview_start,
# throwaway HTML mockups from brainstorming sessions).
.claude/
# Local Odoo dev artifacts
*.pyc
__pycache__/
*.egg-info/
.idea/
.vscode/