# Python
venv/
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/

# Runtime state / secrets — NEVER commit
config.json
devices.json
programs.json
*.local.json

# Env / editors / OS
.env
.idea/
*.iml
*.swp
.DS_Store

# Build stamp written at package/deploy time (not committed)
meow_ac/_commit.txt

# Package build artifacts (bundles, packages)
packaging/out/

# Package-repo signing keys — NEVER commit; back up offline
packaging/repo/keys/
