16 lines
218 B
Plaintext
16 lines
218 B
Plaintext
# Previous attempts and drafts
|
|
fails/
|
|
def/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
|
|
# Generated runnable instance (symlinks + generated)
|
|
gen/
|
|
# But track the generated models (one-time per client)
|
|
!gen/models/
|