21 lines
408 B
Plaintext
21 lines
408 B
Plaintext
# Previous attempts and drafts
|
|
fails/
|
|
def/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
|
|
# Generated runnable instance (entirely gitignored - regenerate with build.py)
|
|
gen/
|
|
|
|
# Room configurations (separate repo - contains credentials and room-specific data)
|
|
# Keep cfg/standalone/ and cfg/sample/ as templates, ignore actual rooms
|
|
cfg/amar/
|
|
cfg/dlt/
|
|
# Add new rooms here as they are created
|
|
# cfg/<room>/
|