17 lines
229 B
Plaintext
17 lines
229 B
Plaintext
# Previous attempts and drafts
|
|
fails/
|
|
def/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
|
|
# Generated runnable instance (entirely gitignored - regenerate with build.py)
|
|
gen/
|
|
|
|
# Database dumps (sensitive data)
|
|
cfg/*/dumps/*.sql
|