mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-04-21 02:35:47 +00:00
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
# Ignore the binaries folder
|
|
bin/
|
|
# Ignore the python library cache
|
|
script/__pycache__
|
|
# Ignore the compilers output folder
|
|
src/out
|
|
# Ignore the compiled scripts
|
|
script/
|