# Dependencies
node_modules/
.pnp
.pnp.js

# Testing
coverage/
.nyc_output/

# Production
dist/
build/

# Misc
.DS_Store
*.pem

# Debug
# Python logs
*.log

# Local env files
.env*.local
.env

# IDE
.vscode/
.idea/
*.swp
*.swo

# Turbo
.turbo/


# Changeset
.changeset/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
*.egg-info/
dist/
build/
.coverage
coverage.xml
.mypy_cache/
.ruff_cache/

# Supabase
**/supabase/.branches
**/supabase/.temp
