# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/

# Virtual env / tooling caches
.venv/
.cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Env files
.env
.env.*
!.env.example

# Editors / OS
.DS_Store
.idea/
.vscode/
.vercel
.env*
