21 lines
467 B
Plaintext
21 lines
467 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 — it is the vendored Sanad engine that
|
|
# makes this package build standalone. Only its caches are ignored (above).
|