# Virtual environments
.venv/
venv/
env/

# Python bytecode and caches
__pycache__/
*.py[cod]

# Distribution and build output
dist/
build/
*.egg-info/

# Local environment variables
.env
