e97f31af98
Drops website/ (Astro marketing site), its build script, deploy and CI workflows, dependabot block, and doc references. docs/ stays canonical. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
72 lines
998 B
Plaintext
72 lines
998 B
Plaintext
# Claude artifacts
|
|
.claude/
|
|
# Rust build artifacts
|
|
/target/
|
|
# JS / Python tooling artifacts (per-subproject installs in web/, etc.)
|
|
node_modules/
|
|
.venv/
|
|
# Documentation build output
|
|
/book/
|
|
|
|
# Binaries
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Local config
|
|
.env
|
|
.env.local
|
|
|
|
# Agent of Empires data (for development)
|
|
.agent-of-empires/
|
|
|
|
# VS Code extensions data
|
|
.serena/
|
|
|
|
# AI coding tools
|
|
.opencode/
|
|
.omo/
|
|
.sisyphus/
|
|
|
|
# Per-repo config (created by `aoe init`, should be committed per-repo by users)
|
|
# Ignored here since this is the aoe tool repo itself
|
|
.agent-of-empires/
|
|
.aoe/
|
|
|
|
# Spec Kit
|
|
.genreleases/
|
|
sdd-*/
|
|
|
|
# Personal/local files
|
|
*.screenstudio/
|
|
|
|
debug.log
|
|
.worktrees/
|
|
.gstack/
|
|
.playwright-mcp/
|
|
|
|
# Demo recording intermediate files
|
|
*.cast
|
|
/test-results
|
|
|
|
# PR review GIFs (uploaded to PR descriptions, not tracked)
|
|
.gifs/
|
|
|
|
# Coverage output (Vitest + Playwright + merged)
|
|
web/coverage/
|
|
web/playwright-report/
|
|
web/playwright-live-report/
|