mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-25 16:24:31 +00:00
11 lines
216 B
Plaintext
11 lines
216 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/*.pyc
|
|
# Ignore pyinstaller folders
|
|
build/
|
|
dist/ |