# qualia
qcore.config.toml
.qdev/*
.env

# python-generated
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache/*
.coverage

# virtual envs
.venv
venv/*

# ruff stuff:
.ruff_cache/

# mac
.DS_Store

# Jupyter Notebook
.ipynb_checkpoints
.ipython

# Terraform
*/*/.terraform/
*.tfstate
*.tfstate.backup
*.tfplan

# supabase
.temp
reset.sql
