# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment variables
# .env file contains sensitive configuration and should not be committed
.env

# Keep .env.example as a template
!.env.example

# Vercel
.vercel
