Files
c-schedule-generator/.gitignore
T
2025-07-24 22:34:48 -07:00

13 lines
79 B
Plaintext
Executable File

# vscode config
.vscode/
# testing
*test.c
*.out
# output
output/
obj/
bin/