-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (44 loc) · 973 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (44 loc) · 973 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
# Python
__pycache__/
**/__pycache__/
*.py[cod]
*.pyo
# Virtual environments
.venv/
venv/
env/
*.env
# TensorBoard event dumps and raw log files (PPO writes them under
# results/logs/<run>/; A3C saves small JSON summaries under logs/ which
# we DO keep, so exclude by file-type rather than by directory).
*.tfevents.*
**/events.out.tfevents.*
*.log
# Intermediate PPO periodic checkpoints (keep only best + final).
**/ppo_divergent_iter_*.pt
# LaTeX build artefacts (keep .tex and .pdf, drop everything else).
docs/*.aux
docs/*.out
docs/*.log
docs/*.toc
docs/*.fls
docs/*.fdb_latexmk
docs/*.synctex.gz
docs/*.bbl
docs/*.blg
# Unzipped AAAI-26 AuthorKit (~7 MB). The three files we actually need
# (aaai2026.sty, aaai2026.bst) are copied into docs/ and committed. The
# full kit is available from https://aaai.org/authorkit26-1/.
AuthorKit26/
AuthorKit26*.zip
# OS artifacts
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
#Poster
Poster/
AuthorKit26/
Draft.docx