Files
soleprint/.gitignore
2025-12-24 07:10:08 -03:00

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/