15 lines
222 B
Plaintext
15 lines
222 B
Plaintext
# Python cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Generated build outputs
|
|
build/renders/
|
|
build/*-test/
|
|
build/renameable-items*.md
|
|
build/renameable-items.json
|
|
build/*-manifest.json
|
|
build/_*_render_test.py
|
|
|
|
# OS files
|
|
Thumbs.db
|
|
.DS_Store |