-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (53 loc) · 822 Bytes
/
.gitignore
File metadata and controls
58 lines (53 loc) · 822 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
# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg
# Editor / OS
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo
# Runtime artefacts the extractor produces when run in-place
# (everything below this line is data, not source)
X3.[0-9]*
SLUS_*
*.OVL
*.IRX
*.IMG
SYSTEM.CNF
container_map.json
disc_7z_list.txt
dump/
out/
toc/
browse/
browse_stage/
decompiled/
xenosagaextract/
# ISOs and disc-related blobs — never commit these
*.iso
*.7z
*.bin
*.cue
*.mds
*.mdf
# Build / packaging
build/
dist/
*.spec
!packaging/*.spec
# Rendered at build time from packaging/version_info.txt — don't commit
packaging/version_info_gui.txt
packaging/version_info_cli.txt
# Generated by build_icon.py only if a real icon hasn't been committed
packaging/icon.ico