-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (35 loc) · 993 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (35 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
__pycache__
.mypy_cache
.pytest_cache
.venv/
node_modules
package-lock.json
data/
/static/
dist/
.DS_Store
.python-version
# Local configuration (may contain secrets); examples are committed instead
.env
/settings.ini
.direnv
.hermes/
# Build artifacts: generated in CI/Docker assets stage, not committed
/games/static/base.css
/games/static/js/dist/
/ts/generated/
/ts/elements/filter-tree/fixtures.canonical.json
/ts/elements/filter-tree/summary-modifiers.canonical.json
/ts/elements/filter-tokens.canonical.json
.claude/
/.worktrees/
# Superpowers local brainstorming session state
/.superpowers/brainstorm/
# Playwright MCP browser session artifacts
.playwright-mcp/
# Local-only game-name overrides for anonymize_sample (keeps sensitive titles out of the committed fixture)
games/fixtures/name_overrides.yaml
# Session-local scratch state (subagent-driven-development ledger/briefs/reports)
/.superpowers/
# Disposable local PostgreSQL cluster and generated Make include.
/.cache/