Files
soleprint/.gitignore
2026-01-27 09:24:05 -03:00

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>/