# Build artifacts
dist/
build/
*.egg-info/

# Generated code (regenerated by the SDK pipeline from openapi.json)
src/growpanel/_generated/

# Virtualenv
venv/
.venv/
env/

# Python bytecode
__pycache__/
*.py[cod]
*.pyo

# Editors
.DS_Store
.idea/
.vscode/

# Env
.env
