# Secrets — never commit these
.env

# Python virtual environment
.venv/

# Compiled Python
__pycache__/
*.pyc
*.pyo

# Alembic — commit migration files, but not the compiled cache
alembic/__pycache__/

# SSL certs (if you follow Section 14.2)
nginx-selfsigned.key
nginx-selfsigned.crt
litellm_config.yaml

# User-uploaded files (local dev storage)
uploads/
