# Ignore list for Eagle, a PCB layout tool
claude.md
.claude

# Eagle generated outputs (produced by Makefile / ULP scripts)
eagle/*.net
eagle/*.csv
eagle/*.scr
eagle/*.zip
eagle/tfpcmcia_*/

# Firmware build outputs
firmware/*.elf
firmware/*.bin
firmware/*.hex
firmware/*.map
firmware/**/*.o

# MounRiver Studio installer (large binary, not for repo)
*.tar.xz
*.tar.gz

# macOS
.DS_Store

# Backup files
*.s#?
*.b#?
*.l#?
*.b$?
*.s$?
*.l$?

# Eagle project file
# It contains a serial number and references to the file structure
# on your computer.
# comment the following line if you want to have your project file included.
eagle.epf

# Autorouter files
*.pro
*.job

# CAM files
*.$$$
*.cmp
*.ly2
*.l15
*.sol
*.plc
*.stc
*.sts
*.crc
*.crs

*.dri
*.drl
*.gpi
*.pls
*.ger
*.xln

*.drd
*.drd.*

*.s#*
*.b#*

*.info

*.eps

# file locks introduced since 7.x
*.lck

# Simulation waveforms
*.vcd
*.tb
