-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.gitignore
More file actions
73 lines (61 loc) · 1.13 KB
/
Copy path.gitignore
File metadata and controls
73 lines (61 loc) · 1.13 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
# PyInstaller / build artifacts
build/
dist/
*.spec
*_log.txt
fd6_build*_log.txt
# Self-updater scratch (downloaded exe + swap script land in the OS temp dir,
# but guard against any stray copy in the repo working tree)
fd6_update.*
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual envs
.venv/
venv/
env/
# Editors / IDE
.vscode/
.idea/
*.swp
*~
# OS junk
Thumbs.db
.DS_Store
desktop.ini
# Local test outputs
*.png.json
*_test_output.json
# Local FH6 RE artifacts (memory dumps, scan results — huge, do not push)
.fd6_*.pkl
.fd6_*.json
# Local test inputs + generation outputs left in repo root
BluePsyduckTest*.json
Blue/
*_checkpoints/
# RE workshop notes — kept locally, not pushed
memory*.md
# Probe / RE scratch tooling and dumps
probe_*.py
probe_*.json
live_write.py
*_at_*.json
fd6_injection_state.json
post_inject.json
pre_inject.json
square_at_*.json
# Tool task / output caches
tasks/
# Third-party tooling vendored locally — do not redistribute.
# Only the three project assets below are whitelisted.
tools/*
!tools/SplashScreen.gif
!tools/fd6.ico
!tools/fd6_128.png