-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
51 lines (47 loc) · 806 Bytes
/
.gitignore
File metadata and controls
51 lines (47 loc) · 806 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
44
45
46
47
48
49
50
51
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
/.claude/settings.local.json
# Rust build outputs
rust_router/target/
*.pyd
# KiCad outputs (routed files, backups, project files)
/kicad_files/test_diffpair*kicad_pcb
/kicad_files/fanout_output*.kicad_pcb
/kicad_files/~*.kicad_pcb.lck
/kicad_files/routed_output*.kicad_pcb
/kicad_files/qfn_fanned_out.kicad_pcb
/kicad_files/fanout_starting_point.kicad_pcb
/kicad_files/routed_output_diff12.pcb
/kicad_files/fp-info-cache
/kicad_files/kit-out*.kicad_pcb
/kicad_files/flat_hierarchy_*.kicad_pcb
/kicad_files/interf_u_*.kicad_pcb
/kicad_files/sonde_u_*.kicad_pcb