79 lines
1.1 KiB
Text
79 lines
1.1 KiB
Text
# ============================================
|
|
# savearth Flow Meter PCB — .gitignore
|
|
# ============================================
|
|
|
|
# ----- KiCad (Primary Design Tool) -----
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.kicad_pcb-bak
|
|
*.kicad_sch-bak
|
|
*-backups/
|
|
|
|
# Auto-save files
|
|
\#auto_saved_files\#
|
|
*.000
|
|
|
|
# Lock files
|
|
*.kicad_pcb.lck
|
|
*.kicad_sch.lck
|
|
|
|
# Cache files
|
|
*-cache.lib
|
|
*-rescue.lib
|
|
fp-info-cache
|
|
.easyeda_cache/*
|
|
|
|
# Generated netlists (regenerated from source)
|
|
*.net
|
|
|
|
# ----- Altium Designer (Legacy) -----
|
|
|
|
# Project Output
|
|
*.PcbDoc.htm
|
|
*.SchDoc.htm
|
|
|
|
# History and Backup Files
|
|
History/
|
|
__Backups/
|
|
__Previews/
|
|
|
|
# Output Files
|
|
Project Outputs for*/
|
|
|
|
# Temporary Files
|
|
*.tmp
|
|
~*.tmp
|
|
|
|
# State Files
|
|
*.dpk
|
|
State/
|
|
|
|
# ----- EasyEDA Pro -----
|
|
# (binary .eprj kept as archive, but ignore temp files)
|
|
*.eprj-journal
|
|
*.eprj-wal
|
|
|
|
# ----- General -----
|
|
|
|
# OS Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.vs/
|
|
.vscode/
|
|
|
|
# Build Artifacts
|
|
bin/
|
|
obj/.easyeda_cache/
|
|
|
|
# Aurelio workspace state (ignored by default)
|
|
.aurelio/**
|
|
# Tracked Aurelio workspace bootstrap files
|
|
!.aurelio/config.toml
|
|
!.aurelio/mcp_config.json
|
|
!.aurelio/sync.py
|
|
!.aurelio/README.md
|
|
!.aurelio/realm/
|
|
!.aurelio/realm/**
|