Files
ChameleonUltra/software/.gitignore
T
2023-09-27 13:52:26 +02:00

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/