-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (45 loc) · 1.66 KB
/
Copy path.gitignore
File metadata and controls
51 lines (45 loc) · 1.66 KB
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
# =============================================================================
# Python
# =============================================================================
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
# =============================================================================
# Virtual environments
# =============================================================================
.venv/
venv/
env/
ENV/
# =============================================================================
# Data files (not published)
# =============================================================================
Data/
# =============================================================================
# Other development files (not part of the published implementation)
# =============================================================================
other/
# =============================================================================
# Training output folders
# Generated automatically with names like:
# circuit2_layers1_100iter_batch100_2026-06-21_11-01-01/
# test_main_circuit2_layers1_100iter_batch100_2026-06-21_11-01-01/
# =============================================================================
*iter_batch*/
# =============================================================================
# OS and editor files
# =============================================================================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
.vscode/
.idea/
# =============================================================================
# Jupyter notebooks checkpoints
# =============================================================================
.ipynb_checkpoints/