24 lines
284 B
Plaintext
24 lines
284 B
Plaintext
# Build output - except the compiled CSS which is required for distribution
|
|
dist/
|
|
!styles/scrying-pool.css
|
|
node_modules/
|
|
*.zip
|
|
*.lock
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Environment
|
|
.env
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# AI agent configurations (keep locally, don't commit)
|
|
.agents/
|
|
.claude/
|