forked from Windsland52/ArknightsAutoOperator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (45 loc) · 792 Bytes
/
Copy path.gitignore
File metadata and controls
56 lines (45 loc) · 792 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
# Node
node_modules/
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.ruff_cache/
.mypy_cache/
.pytest_cache/
.pyright/
# Build / packaging
dist/
build/
logo.ico
# Runtime output
debug/
logs/
*.log
# Local MAA runtime (we use pip maafw; keep a local lib/ copy if present)
lib/
# Generated OCR models (run: python tools/configure.py)
resource/base/model/ocr/
# Runtime config (calibration profiles, controller settings, ...)
config/
# Generated game data (run: uv run python -m aao.resources.syncer)
data/map/
data/.battle_data.json
resource/base/image/avatar/
# Reference projects (local clones, not part of this repo)
reference/
# Archives
*.zip
*.tar.gz
*.rar
# Excel (prts-plus timeline imports)
*.xlsm
# OS / editor
.DS_Store
Thumbs.db
*.tmp
*.swp
*~
*.code-workspace