summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 75c20b0e26b3a9c7710438b547fb5d65003ab8a0 (plain)
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
# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Jupyter
.ipynb_checkpoints/

# Experiment outputs
runs/
outputs/
artifacts/
checkpoints/
wandb/
tensorboard/

# Local literature scratch files
notes/lit_pdfs/

# Data
data/
datasets/

# OS and editor files
.DS_Store
Thumbs.db
.idea/
.vscode/

# Logs
*.log

# Local handoff bundles
facap_aaai_*.zip

# Paper build artifacts
paper/*.pdf
paper/*.aux
paper/*.out
paper/*.bbl
paper/*.blg
paper/*.fls
paper/*.fdb_latexmk
paper/*.synctex.gz
supplement_build/