-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (32 loc) · 752 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (32 loc) · 752 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
# Python environments and caches
.venv/
venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Editor and OS files
.vscode/
.DS_Store
# Local-only: GAP/Guava installation, playground, scratch files, logs
.gap/
playground/
*sandbox*
*tmp*
*.log
# Thesis benchmarks: the named codes in data/<code>/ are tracked; generated
# inputs, helper scripts and everything in results/ are not
data/*.py
data/random*.txt
data/*/random*.txt
data/*/non_lcc_css*.txt
results/*
!results/.gitkeep
# Paper replication package: the collected measurement CSVs are tracked;
# their logs and backups and the extracted results are not
paper/results/*
!paper/results/.gitkeep
paper/data/collected/**
!paper/data/collected/**/
!paper/data/collected/**/*.csv