Files
mizan/.gitignore

40 lines
548 B
Plaintext

# 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/
# IDE
.idea/
.vscode/
# Build artifacts
examples/django-react-desktop-app/frontend/dist/
examples/django-react-site/harness/src/api/generated.*
examples/django-react-site/harness/test-results/
# Env
.env
.env.*
*.pem
*.key
# Agent worktrees (transient scratch — never tracked)
.claude/worktrees/