.idea
.DS_Store

# Node modules
node_modules/

# Python
__pycache__/
*.pyc
*.pyo
.venv/
dist/
*.egg-info/

# TypeScript build outputs (generated .js/.d.ts are committed)
# gen/ts/**/*.js
# gen/ts/**/*.d.ts

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# go.sum should be committed
!go.sum

# CDK asset staging directory
.cdk.staging
cdk.out
# Local data storage files
artifacts/data/
/.gemini/

# Ignore dot-env file
.env

# Local secrets (Auth0 credentials, signing keys, etc.)
deployments/local/secrets.env
/bin/
