-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
137 lines (118 loc) · 2.04 KB
/
.gitignore
File metadata and controls
137 lines (118 loc) · 2.04 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.pyc
# Ignore runtime overlay and mods data, but allow Python source files
injection/overlay/*
!injection/overlay/
!injection/overlay/*.py
!injection/overlay/__init__.py
injection/mods/*
!injection/mods/
!injection/mods/*.py
!injection/mods/__init__.py
skins/*
logs/*
# Installer artifacts
build/
develop-eggs/
dist/
dist_updater/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
*.csv
MANIFEST
# PyInstaller / Nuitka build outputs
main.build/
main.dist/
main.exe
main.bin
updater.exe
# Virtual Environment
venv/
env/
ENV/
.venv
# IDE / Editor
.vscode/
.idea/
.claude/settings.local.json
# Local / temp
vibeship-ai-fix-prompt-383e53c2-917d-4722-b35e-0f17148c8af5.txt
temp_fix.txt
build_local_sign.ps1
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
nul
# Application specific
# Note: injection/mods/ and injection/overlay/ Python source files are tracked
# Only runtime data in these directories is ignored (see Python section above)
injection/tools/hashes.game.txt
state/*.json
state/*.lock
*.log
logs/
# Allow Pengu Loader assets to be tracked
!Pengu Loader/**
# Installer
installer/
Output/
# Testing
.pytest_cache/
.coverage
htmlcov/
# Temporary files
*.tmp
*.bak
*.backup
license.dat
config.ini
injection/tools/hashes.game.txt
Pengu Loader/datastore
injection/tools/.hashes_state.json
chroma_issue.txt
CLAUDE.md
injection/tools/cslol-dll.dll
Pengu Loader/rose.log
# Test artifacts
test_party_punch.py
test_party_relay.py
Rose_PunchTest*.spec
Rose_PartyTest.spec
relay_server.py
# Relay config (contains Worker URL — keep secret)
party/network/relay_config.py
# Skin encryption (developer-only, contains secrets & protocol logic)
tools/
utils/crypto/skin_config.py
utils/crypto/client_secrets.py
utils/crypto/key_provider.py
utils/crypto/integrity.py
skin-key-worker/
skin-key-server/
# Cython build artifacts
*.pyd
*.c
*.py.bak
_cython_setup.py
# Workers (deployed separately to Cloudflare)
relay-worker/node_modules/
skin-key-worker/node_modules/
relay-worker/.wrangler/