# Python
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.pytest_cache/

# Secrets / local state
.env
.modal/

# Internal license tooling & artifacts — NEVER commit
tools/generate_license.py
keys/
licenses/
*.pem
*.lic
