-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (39 loc) · 762 Bytes
/
Copy path.gitignore
File metadata and controls
47 lines (39 loc) · 762 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
### Rust build output
/target/
**/target/
### Virtual envs / Python
/.venv/
**/*.pyc
### Node modules (prevent huge vendor commits)
/node_modules/
**/node_modules/
### Generated runtime artifacts
aeonmi.run.js
output.js
output.ai
__exec_tmp*.js
__exec_tmp_rs*
workspace_build.log
workspace_test.log
tui_crash.log
.aeonmi_last_search
### OS / editor
*.swp
*.DS_Store
### Debug / toolchain large files
*.pdb
*.rmeta
### Misc (previous accidental commits) — ensure these are removed if still in history
return
true
self.parse_for()
self.parse_function_decl()
self.parse_hieroglyphic_op()
self.parse_if()
self.parse_log()
self.parse_return()
self.parse_variable_decl()
self.parse_while()
stmts
sym
# If you want to keep any of the above, remove the entry.