Files
samios/.gitignore
T
2026-08-12 02:45:12 -07:00

20 lines
172 B
Plaintext

# Python
__pycache__/
*.pyc
# Temporary / scratch
.tmp
*.tmp
# Build output directories
/work/
/out/
build/
# Python virtualenv
.venv/
# Build artifacts
*.iso
*.tar.gz