-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (53 loc) · 1.02 KB
/
Copy path.gitignore
File metadata and controls
65 lines (53 loc) · 1.02 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
52
53
54
55
56
57
58
59
60
61
62
63
64
# Python
__pycache__/
*.pyc
*.pyo
.venv/
*.egg-info/
# Jupyter
.ipynb_checkpoints/
# Dataset files (download via main.py --download)
software/data/
# Trained models (regenerated by training)
software/models/*.pth
# Results images (regenerated by evaluate)
software/results/*.png
# FPGA export files (regenerated by --export)
hardware/tb/test_vectors/*.mem
hardware/tb/test_vectors/*.hex
hardware/tb/test_vectors/*.coe
# Vivado project files (regenerated by create_project.tcl)
hardware/vivado/*.xpr
hardware/vivado/*.runs/
hardware/vivado/*.srcs/
hardware/vivado/*.cache/
hardware/vivado/*.hw/
hardware/vivado/*.ip_user_files/
hardware/vivado/*.sim/
hardware/vivado/NA/
hardware/tb/test_vectors/*.vh
# Vivado generated files
hardware/vivado/hdc_amc/
*.jou
*.log
*.str
*.bit
*.bin
*.ltx
# Simulation artifacts
*.vcd
hardware/tb/tb_wav
hardware/tb/tb_wavebnn
hardware/tb/sim_wavelet
hardware/tb/tb_debug
hardware/tb/tb_sys_sv
hardware/tb/test_vectors/tb_*
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
*.swp
*.swo
# Gemini artifacts
.gemini/