-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (34 loc) · 784 Bytes
/
Copy path.gitignore
File metadata and controls
38 lines (34 loc) · 784 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
# --- Python Environment ---
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.venv/
venv/
env/
dist/
build/
# --- Machine Learning & Training Logs ---
# Ignoring heavy raw TensorBoard event files
**/tensorboard/**/events.out.tfevents*
logs/
tensorboard/New folder/
# --- Simulation Results & Artifacts ---
# Ignoring local output files with timestamps to keep the repo clean
# (e.g., merit_indices_stats_20250821_152908.txt)
*_[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]_*.png
*_[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]_*.txt
raw_data_for_plotting_*.npz
# --- System & Temporary Files ---
.DS_Store
Thumbs.db
struttura.txt
*.bak
*.tmp
*.temp
env_hash.txt
prova.py
# --- Large Model Files (Optional) ---
# Uncomment the following lines if your .zip models are > 100MB
# *.zip
# *.pkl