# Secrets and local runtime config
*.env
!.env.example
kino/kino-projekt.env
token-monitor/token-monitor.env

# Runtime data
**/data/
**/export/
*.sqlite
*.sqlite3
*.sqlite3-wal
*.sqlite3-shm
*.db
*.db-wal
*.db-shm

# Credentials and browser/runtime caches
**/.ssh/
**/known_hosts
**/.cache/
**/.venv/
**/venv/
**/__pycache__/
**/*.pyc
**/*.egg-info/
**/.pytest_cache/
