# Ignore OpenTofu / Terraform state and backups
*.tfstate
*.tfstate.backup
.terraform/
.lab/
bin/jeannie-core
bootstrap/host/inventory/

# Ignore local archive dumps and backups
*.tar
*.tar.gz
*.zip
infra/gitea/data/
infra/youtube-backup/.env
infra/youtube-backup/cookies.txt
infra/youtube-backup/archive.txt
infra/youtube-backup/logs/

# Ignore decrypted secret material
*.dec.yaml
*.decrypted.yaml
*.plain.yaml
*.secret.local.yaml
.age-key.txt
sops-age.key
.sops.yaml.tmp

# Ignore older source iterations
*.old

# Ignore local Python bytecode from validation helpers
__pycache__/
*.py[cod]
