Sanad_Package_3/.gitignore

21 lines
469 B
Plaintext

# Python caches
__pycache__/
*.pyc
# Logs
*.log
Logs/
# Customer license — NEVER commit a real signed license; ship only the example.
license/sanad.lic
# Runtime data (keep the seed structure + config; ignore generated media).
data/recordings/*
data/audio/*
data/faces/*
data/photos/*
!data/**/.gitkeep
# NOTE: ./vendor IS committed on purpose — the vendored SanadV3 engine + Mask lib
# that make this package build standalone. Only caches are ignored (above).