-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (53 loc) · 809 Bytes
/
.gitignore
File metadata and controls
64 lines (53 loc) · 809 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
.eggs/
*.egg
# Virtual Environment
.venv/
venv/
env/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Test
.pytest_cache/
.coverage
htmlcov/
test-results/
.tox/
# OS
.DS_Store
Thumbs.db
# Benchmark Results (local, not in repo)
benchmark_results/
# Config with secrets
.config/lgb/auth.json
# Claude plans (local)
.claude/
# VM Keys (NEVER commit)
Keys_VM/
# Private docs moved to server repo
# See: github.com/taaderbe/linuxgamebenchserver
# Playwright MCP
.playwright-mcp/
# Local utility scripts
auto_process_poe.py
fix_cyberpunk_report.py
process_poe_logs.py
regenerate_all_reports.py
regenerate_poe_report.py
regenerate_simple.py
update_7d2d_charts.py
update_tomb_raider_charts.py
test_app_id_finder.py
test_game_selection.py