14 lines
176 B
Plaintext
14 lines
176 B
Plaintext
# Previous attempts and drafts
|
|
fails/
|
|
def/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
|
|
# Generated runnable instance (entirely gitignored - regenerate with build.py)
|
|
gen/
|