-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (31 loc) · 743 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (31 loc) · 743 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
# GitLab CI-generated file
.gitlab-ci.generated.yml
.gitlab-ci.benchpark.yml
# Received results directory
result_server/received/
# Python bytecode cache
__pycache__/
*.pyc
# Pytest / Hypothesis caches
.pytest_cache/
.hypothesis/
# Local Python virtual environments
.venv/
.venv-*/
# BenchPark repository (external reference)
benchpark/
# BenchPark workspace (generated during CI)
benchpark-workspace/
# Estimator tool checkouts prepared during CI/local smoke tests
.benchkit_estimation_tools/
# Dev mode data and config (NEVER commit)
result_server/_dev_data/
result_server/config/allowed_emails.json
# Flask session files
result_server/flask_session/
# Local audit workspace
audit/
# editor backup files and caches
*~
*.bak
*.pyc