-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (29 loc) · 724 Bytes
/
Copy path.gitignore
File metadata and controls
34 lines (29 loc) · 724 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
__pycache__/
*.pyc
build/
dist/
releases/
.vscode/
.idea/
venv/
.env
# Runtime artifacts (may contain secrets like Discord webhooks)
config.json
stats.json
*.log
# ARAM pick-window diagnostic output (scripts/capture_aram_pick.py)
scripts/aram_pick_capture.jsonl
scripts/capture_watcher.out
scripts/capture_watcher.err
scripts/dev_app.out
scripts/dev_app.err
# Downloaded League assets — regenerated via scripts/fetch_assets.py
src/webui/assets/champions/
src/webui/assets/positions/
src/webui/assets/skins/
src/webui/assets/spells/
# Node tooling for the Tailwind build (CSS itself is committed)
node_modules/
# Local Claude Code tooling (settings, worktrees) — not for the repo
.claude/
scripts/config_before.json