# Secrets
.env
.env.local
.env.*.local
*.pem
*.key

# Local-only, uncommitted-by-design artifacts (keep the working tree clean so
# `cargo publish` doesn't need --allow-dirty and releases stay friction-free)
TESTING-WITH-YOUR-PHOTOS.md
/reports/

# Dependencies
node_modules/
venv/
.venv/
__pycache__/
*.pyc

# Build artifacts
dist/
build/
out/
.next/
.turbo/

# Rust
/target

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Testing
coverage/
.nyc_output/
*.log

# Temp files
tmp/
temp/
*.tmp
