# Virtual Environments
venv/
.venv/
env/
ENV/

# Python Build and Distribution Outputs
dist/
build/
*.egg-info/

# Python Cache
__pycache__/
*.pyc
*.pyo
*.pyd

# Environment Secrets
.env
.env.local

# OS specific files
.DS_Store
Thumbs.db
