Files
ccolors/.gitignore

24 lines
232 B
Plaintext

# Build directories
build/
build-win/
cmake-build-*/
# CMake files
CMakeFiles/
CMakeCache.txt
Makefile
cmake_install.cmake
# Binaries
main
ccolors
ccolor.exe
# JSON output
palette.json
# Python bytecode
__pycache__/
*.pyc
*.pyo