8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
# Python cache and bytecode
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Generated example outputs
|
|
examples/**/output/*
|
|
!examples/**/output/.gitkeep
|