# Secrets — NEVER commit
.env
.env.*
!.env.example

# Caches / regenerable
.tmp/
__pycache__/
*.pyc
.pytest_cache/
.DS_Store
.venv/
venv/

# Confidential — student-supplied photos may include identifiable people
photos/*
!photos/README.md

# Student-supplied reference images may be third-party creative
reference/*
!reference/README.md

# Generated output — keep the folder, exclude the files
deliverables/ads/*
!deliverables/ads/.gitkeep
