-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (40 loc) · 763 Bytes
/
.gitignore
File metadata and controls
43 lines (40 loc) · 763 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
__pycache__/
*.pyc
*.pyo
*.pyd
*build/
*develop-eggs/
*dist/
*downloads/
*eggs/
*.egg-info/
*htmlcov/
*.log # Or specific log directories like results/*/logs/
*.pot
*.py[cod]
*share/python-wheels/
*.tox
*venv/
*pip-wheel-metadata/
*pytest_cache/
.coverage
.env
.DS_Store
# Jupyter Notebook
.ipynb_checkpoints
results/
experiment_results_centralized/
autocore_fl_run_results_final/
autocore_then_lrxfl_results/
cache_centralized_runs_multidataset_reusednpy/
generated_autocore_fl_caches_reused_npy_10clients/
features/
trained_models/ # Unless you intend to provide small, essential pre-trained models
logic/
scripts/cache_centralized_runs/
scripts/cache_centralized_reused/
scripts/cache_centralized/
scripts/experiment_results/
# IDE specific
.vscode/
.idea/