__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.venv/
venv/
.env
.env.local
*.db
.pytest_cache/
.ruff_cache/
.mypy_cache/
.DS_Store
.vercel/

