# Python
__pycache__/
*.pyc
*.egg-info/
.venv/
*.db
uv.lock

# Node
node_modules/
dist/
package-lock.json

# Rust — every crate's build dir, anywhere in the tree
target/
**/target/

# Playwright
/test-results/
/playwright-report/
/blob-report/
examples/django-react-site/harness/test-results/

# IDE
.idea/
.vscode/

# Build artifacts
protocol/mizan-generate/bin/mizan-generate-*

# Env
.env
.env.*
*.pem
*.key
