Files
ChameleonUltra/software/.gitignore
T
2023-07-10 14:36:46 +08:00

9 lines
175 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