20 lines
153 B
Plaintext
20 lines
153 B
Plaintext
|
|
# Project files
|
|
proj/
|
|
|
|
# Build output
|
|
build/
|
|
|
|
# Python cache files
|
|
__pycache__/
|
|
|
|
# Editor files
|
|
.vscode/
|
|
|
|
# Coverage files
|
|
*.lcov
|
|
*.gcov
|
|
*.gcda
|
|
*.gcno
|
|
|